SerializableCacheAccessControlException, CompilationFailedException, IncorrectClosureArgumentsException, InvokerInvocationException, MethodSelectionException, MissingClassException, MissingFieldException, MissingMethodException, MissingPropertyException, RuntimeParserException, SpreadListEvaluatingException, SpreadMapEvaluatingExceptionpublic class GroovyRuntimeException extends RuntimeException
| Constructor | Description |
|---|---|
GroovyRuntimeException() |
|
GroovyRuntimeException(String message) |
|
GroovyRuntimeException(String message,
Throwable cause) |
|
GroovyRuntimeException(String message,
ASTNode node) |
|
GroovyRuntimeException(Throwable t) |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getLocationText() |
|
String |
getMessage() |
|
String |
getMessageWithoutLocationText() |
|
ModuleNode |
getModule() |
|
ASTNode |
getNode() |
|
void |
setModule(ModuleNode module) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GroovyRuntimeException()
public GroovyRuntimeException(String message)
public GroovyRuntimeException(Throwable t)
public void setModule(ModuleNode module)
public ModuleNode getModule()
public String getMessage()
getMessage in class Throwablepublic ASTNode getNode()
public String getMessageWithoutLocationText()
protected String getLocationText()