Class ConfigurationRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.commons.configuration.ConfigurationRuntimeException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable
Direct Known Subclasses:
ConversionException

public class ConfigurationRuntimeException extends org.apache.commons.lang.exception.NestableRuntimeException
A configuration related runtime exception.
Since:
1.0
Version:
$Id: ConfigurationRuntimeException.java 1208785 2011-11-30 21:13:50Z oheger $
Author:
Emmanuel Bourg
See Also:
  • Constructor Details

    • ConfigurationRuntimeException

      Constructs a new ConfigurationRuntimeException without specified detail message.
    • ConfigurationRuntimeException

      Constructs a new ConfigurationRuntimeException with specified detail message.
      Parameters:
      message - the error message
    • ConfigurationRuntimeException

      Constructs a new ConfigurationRuntimeException with specified nested Throwable.
      Parameters:
      cause - the exception or error that caused this exception to be thrown
    • ConfigurationRuntimeException

      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