Package org.apache.maven.settings
Class SettingsConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.settings.SettingsConfigurationException
- All Implemented Interfaces:
Serializable
If there was an error in the settings file.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorDescriptionSettingsConfigurationException
(String message) SettingsConfigurationException
(String message, Throwable cause) SettingsConfigurationException
(String message, Throwable cause, int lineNumber, int columnNumber) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SettingsConfigurationException
-
SettingsConfigurationException
-
SettingsConfigurationException
-
-
Method Details
-
getColumnNumber
public int getColumnNumber() -
getLineNumber
public int getLineNumber()
-