public class ConfigurationException extends RuntimeException
Thrown when configuration data is invalid.
| Type | Name and description | 
|---|---|
| boolean | fatal | 
| Constructor and description | 
|---|
| ConfigurationException
                                (Exception cause)Initializes the exception from a cause exception. | 
| ConfigurationException
                                (String message)Initializes the exception with just a message. | 
| Methods inherited from class | Name | 
|---|---|
| class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
| class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
Initializes the exception from a cause exception.
Initializes the exception with just a message.
Returns the causing exception, if available.
Its always fatal.
Set fatal is just ignored.
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.