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.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSettingsConfigurationException(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() 
 -