ConversionExceptionpublic class ConfigurationRuntimeException extends org.apache.commons.lang.exception.NestableRuntimeException
| Constructor | Description |
|---|---|
ConfigurationRuntimeException() |
Constructs a new
ConfigurationRuntimeException without
specified detail message. |
ConfigurationRuntimeException(java.lang.String message) |
Constructs a new
ConfigurationRuntimeException with
specified detail message. |
ConfigurationRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new
ConfigurationRuntimeException with
specified detail message and nested Throwable. |
ConfigurationRuntimeException(java.lang.Throwable cause) |
Constructs a new
ConfigurationRuntimeException with
specified nested Throwable. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTracepublic ConfigurationRuntimeException()
ConfigurationRuntimeException without
specified detail message.public ConfigurationRuntimeException(java.lang.String message)
ConfigurationRuntimeException with
specified detail message.message - the error messagepublic ConfigurationRuntimeException(java.lang.Throwable cause)
ConfigurationRuntimeException with
specified nested Throwable.cause - the exception or error that caused this exception to be thrownpublic ConfigurationRuntimeException(java.lang.String message, java.lang.Throwable cause)
ConfigurationRuntimeException with
specified detail message and nested Throwable.message - the error messagecause - the exception or error that caused this exception to be thrown