org.apache.maven
Class SettingsConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.SettingsConfigurationException
- All Implemented Interfaces:
- Serializable
public class SettingsConfigurationException
- extends Exception
If there was an error in the settings file.
- Version:
- $Id: SettingsConfigurationException.java 640549 2008-03-24 20:05:11Z bentmann $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SettingsConfigurationException
public SettingsConfigurationException(String message)
SettingsConfigurationException
public SettingsConfigurationException(String message,
Throwable cause)
SettingsConfigurationException
public SettingsConfigurationException(String message,
Throwable cause,
int lineNumber,
int columnNumber)
getColumnNumber
public int getColumnNumber()
getLineNumber
public int getLineNumber()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.