CompilationFailedException, IncorrectClosureArgumentsException, InvokerInvocationException, MethodSelectionException, MissingClassException, MissingFieldException, MissingMethodException, MissingPropertyException, RuntimeParserException, SpreadListEvaluatingException, SpreadMapEvaluatingExceptionpublic class GroovyRuntimeException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
GroovyRuntimeException() |
|
GroovyRuntimeException(java.lang.String message) |
|
GroovyRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
|
GroovyRuntimeException(java.lang.String message,
ASTNode node) |
|
GroovyRuntimeException(java.lang.Throwable t) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getLocationText() |
|
java.lang.String |
getMessage() |
|
java.lang.String |
getMessageWithoutLocationText() |
|
ModuleNode |
getModule() |
|
ASTNode |
getNode() |
|
void |
setModule(ModuleNode module) |
public GroovyRuntimeException()
public GroovyRuntimeException(java.lang.String message)
public GroovyRuntimeException(java.lang.String message,
ASTNode node)
public GroovyRuntimeException(java.lang.String message,
java.lang.Throwable cause)
public GroovyRuntimeException(java.lang.Throwable t)
public void setModule(ModuleNode module)
public ModuleNode getModule()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic ASTNode getNode()
public java.lang.String getMessageWithoutLocationText()
protected java.lang.String getLocationText()