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, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, 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-2021 The Apache Software Foundation. All rights reserved.