org.apache.commons.configuration

Class ConfigurationRuntimeException

public class ConfigurationRuntimeException extends NestableRuntimeException

A configuration related runtime exception.

Since: 1.0

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

Author: Emmanuel Bourg

Field Summary
static longserialVersionUID
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.

Field Detail

serialVersionUID

private static final long serialVersionUID
The serial version ID.

Constructor Detail

ConfigurationRuntimeException

public ConfigurationRuntimeException()
Constructs a new ConfigurationRuntimeException without specified detail message.

ConfigurationRuntimeException

public ConfigurationRuntimeException(String message)
Constructs a new ConfigurationRuntimeException with specified detail message.

Parameters: message the error message

ConfigurationRuntimeException

public ConfigurationRuntimeException(Throwable cause)
Constructs a new ConfigurationRuntimeException with specified nested Throwable.

Parameters: cause the exception or error that caused this exception to be thrown

ConfigurationRuntimeException

public ConfigurationRuntimeException(String message, Throwable cause)
Constructs a new 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