| org.apache.commons.configuration.ConfigurationRuntimeException
All known Subclasses: org.apache.commons.configuration.ConversionException,
ConfigurationRuntimeException | public class ConfigurationRuntimeException extends NestableRuntimeException (Code) | | A configuration related runtime exception.
since: 1.0 author: Emmanuel Bourg version: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $ |
ConfigurationRuntimeException | public ConfigurationRuntimeException()(Code) | | Constructs a new ConfigurationRuntimeException without
specified detail message.
|
ConfigurationRuntimeException | public ConfigurationRuntimeException(String message)(Code) | | Constructs a new ConfigurationRuntimeException with
specified detail message.
Parameters: message - the error message |
ConfigurationRuntimeException | public ConfigurationRuntimeException(Throwable cause)(Code) | | 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)(Code) | | Constructs a new ConfigurationRuntimeException with
specified detail message and nested Throwable .
Parameters: message - the error message Parameters: cause - the exception or error that caused this exception to be thrown |
|
|