Serializable
, GroovyExceptionInterface
public 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, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Exception cause
public ConfigurationException(Exception cause)
public ConfigurationException(String message)
public Throwable getCause()
public boolean isFatal()
isFatal
in interface GroovyExceptionInterface
public void setFatal(boolean fatal)
setFatal
in interface GroovyExceptionInterface