org.apache.commons.configuration

Class ConfigurationException

public class ConfigurationException extends NestableException

Any exception that occurs while initializing a Configuration object.

Version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $

Author: Eric Pugh

Field Summary
static longserialVersionUID
The serial version ID.
Constructor Summary
ConfigurationException()
Constructs a new ConfigurationException without specified detail message.
ConfigurationException(String message)
Constructs a new ConfigurationException with specified detail message.
ConfigurationException(Throwable cause)
Constructs a new ConfigurationException with specified nested Throwable.
ConfigurationException(String message, Throwable cause)
Constructs a new ConfigurationException with specified detail message and nested Throwable.

Field Detail

serialVersionUID

private static final long serialVersionUID
The serial version ID.

Constructor Detail

ConfigurationException

public 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

public ConfigurationException(Throwable cause)
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