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