Serializable, GroovyExceptionInterfacepublic class ConfigurationException extends RuntimeException implements GroovyExceptionInterface
| Constructor | Description |
|---|---|
ConfigurationException(Exception cause) |
Initializes the exception from a cause exception.
|
ConfigurationException(String message) |
Initializes the exception with just a message.
|
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
getCause() |
Returns the causing exception, if available.
|
boolean |
isFatal() |
Its always fatal.
|
void |
setFatal(boolean fatal) |
Set fatal is just ignored.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Exception cause
public ConfigurationException(Exception cause)
public ConfigurationException(String message)
public Throwable getCause()
public boolean isFatal()
isFatal in interface GroovyExceptionInterfacepublic void setFatal(boolean fatal)
setFatal in interface GroovyExceptionInterface