Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.commons.configuration.ConfigurationException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class ConfigurationException extends org.apache.commons.lang.exception.NestableException
Any exception that occurs while initializing a Configuration object.
Version:
$Id: ConfigurationException.java 1208784 2011-11-30 21:13:18Z oheger $
Author:
Eric Pugh
See Also:
  • Constructor Details

    • ConfigurationException

      Constructs a new ConfigurationException without specified detail message.
    • ConfigurationException

      public ConfigurationException(String message)
      Constructs a new ConfigurationException with specified detail message.
      Parameters:
      message - the error message
    • ConfigurationException

      Constructs a new ConfigurationException with specified nested Throwable.
      Parameters:
      cause - the exception or error that caused this exception to be thrown
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Constructs a new ConfigurationException with specified detail message and nested Throwable.
      Parameters:
      message - the error message
      cause - the exception or error that caused this exception to be thrown