org.apache.maven.settings
Class SettingsConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.settings.SettingsConfigurationException
All Implemented Interfaces:
Serializable

public class SettingsConfigurationException
extends Exception

If there was an error in the settings file.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
SettingsConfigurationException(String message)
           
SettingsConfigurationException(String message, Throwable cause)
           
SettingsConfigurationException(String message, Throwable cause, int lineNumber, int columnNumber)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 
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
 

Constructor Detail

SettingsConfigurationException

public SettingsConfigurationException(String message)

SettingsConfigurationException

public SettingsConfigurationException(String message,
                                      Throwable cause)

SettingsConfigurationException

public SettingsConfigurationException(String message,
                                      Throwable cause,
                                      int lineNumber,
                                      int columnNumber)
Method Detail

getColumnNumber

public int getColumnNumber()

getLineNumber

public int getLineNumber()


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.