public class GroovyException extends Exception implements GroovyExceptionInterface
| Constructor and Description | 
|---|
GroovyException()  | 
GroovyException(boolean fatal)  | 
GroovyException(String message)  | 
GroovyException(String message,
               boolean fatal)  | 
GroovyException(String message,
               Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isFatal()  | 
void | 
setFatal(boolean fatal)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GroovyException()
public GroovyException(String message)
public GroovyException(boolean fatal)
public GroovyException(String message, boolean fatal)
public boolean isFatal()
isFatal in interface GroovyExceptionInterfacepublic void setFatal(boolean fatal)
setFatal in interface GroovyExceptionInterface