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 327885 2005-10-23 23:50:38Z brett $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
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 2006 Apache Software Foundation. All Rights Reserved.