|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
An exception thrown by the interpreter
| Field Summary | |
|---|---|
ModuleNode |
module
|
ASTNode |
node
|
| Constructor Summary | |
GroovyRuntimeException()
|
|
GroovyRuntimeException(String message)
|
|
GroovyRuntimeException(String message, ASTNode node)
|
|
GroovyRuntimeException(String message, Throwable cause)
|
|
GroovyRuntimeException(Throwable t)
|
|
| Method Summary | |
|---|---|
String |
getLocationText()
|
String |
getMessage()
|
String |
getMessageWithoutLocationText()
|
ModuleNode |
getModule()
|
ASTNode |
getNode()
|
void |
setModule(ModuleNode module)
|
| Constructor Detail |
|---|
public GroovyRuntimeException()
public GroovyRuntimeException(String message)
public GroovyRuntimeException(String message, ASTNode node)
public GroovyRuntimeException(String message, Throwable cause)
public GroovyRuntimeException(Throwable t)
| Method Detail |
|---|
String getLocationText()
public String getMessage()
public String getMessageWithoutLocationText()
public ModuleNode getModule()
public ASTNode getNode()
public void setModule(ModuleNode module)