org.apache.commons.configuration
public class ConfigurationException extends NestableException
Version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $
Field Summary | |
---|---|
static long | serialVersionUID
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 .
|
ConfigurationException
without specified
detail message.ConfigurationException
with specified
detail message.
Parameters: message the error message
ConfigurationException
with specified
nested Throwable
.
Parameters: cause the exception or error that caused this exception to be thrown
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