Serializable
, GroovyExceptionInterface
ReadException
, SyntaxException
public class GroovyException extends Exception implements GroovyExceptionInterface
Constructor | Description |
---|---|
GroovyException() |
|
GroovyException(boolean fatal) |
|
GroovyException(String message) |
|
GroovyException(String message,
boolean fatal) |
|
GroovyException(String message,
Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
isFatal() |
|
void |
setFatal(boolean fatal) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GroovyException()
public GroovyException(String message)
public GroovyException(boolean fatal)
public GroovyException(String message, boolean fatal)
public boolean isFatal()
isFatal
in interface GroovyExceptionInterface
public void setFatal(boolean fatal)
setFatal
in interface GroovyExceptionInterface