org.apache.commons.configuration
public class ConfigurationRuntimeException extends NestableRuntimeException
Since: 1.0
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 | |
|---|---|
| ConfigurationRuntimeException()
Constructs a new ConfigurationRuntimeException without
specified detail message. | |
| ConfigurationRuntimeException(String message)
Constructs a new ConfigurationRuntimeException with
specified detail message.
| |
| ConfigurationRuntimeException(Throwable cause)
Constructs a new ConfigurationRuntimeException with
specified nested Throwable.
| |
| ConfigurationRuntimeException(String message, Throwable cause)
Constructs a new ConfigurationRuntimeException with
specified detail message and nested Throwable.
| |
ConfigurationRuntimeException without
specified detail message.ConfigurationRuntimeException with
specified detail message.
Parameters: message the error message
ConfigurationRuntimeException with
specified nested Throwable.
Parameters: cause the exception or error that caused this exception to be thrown
ConfigurationRuntimeException with
specified detail message and nested Throwable.
Parameters: message the error message cause the exception or error that caused this exception to be thrown