public class ConfigurationException extends RuntimeException implements GroovyExceptionInterface
| Constructor and 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 and Description | 
|---|---|
Throwable | 
getCause()
Returns the causing exception, if available. 
 | 
boolean | 
isFatal()
Its always fatal. 
 | 
void | 
setFatal(boolean fatal)
Set fatal is just ignored. 
 | 
addSuppressed, 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