org.apache.maven
Class SettingsConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.SettingsConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class SettingsConfigurationException
- extends java.lang.Exception
If there was an error in the settings file.
- Version:
- $Id: SettingsConfigurationException.java 495147 2007-01-11 07:47:53Z jvanzyl $
- 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SettingsConfigurationException
public SettingsConfigurationException(java.lang.String message)
SettingsConfigurationException
public SettingsConfigurationException(java.lang.String message,
java.lang.Throwable cause)
SettingsConfigurationException
public SettingsConfigurationException(java.lang.String message,
java.lang.Throwable cause,
int lineNumber,
int columnNumber)
getColumnNumber
public int getColumnNumber()
getLineNumber
public int getLineNumber()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.