public class GroovyRuntimeException extends RuntimeException
| Constructor and Description | 
|---|
| GroovyRuntimeException() | 
| GroovyRuntimeException(String message) | 
| GroovyRuntimeException(String message,
                      ASTNode node) | 
| GroovyRuntimeException(String message,
                      Throwable cause) | 
| GroovyRuntimeException(Throwable t) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getLocationText() | 
| String | getMessage() | 
| String | getMessageWithoutLocationText() | 
| ModuleNode | getModule() | 
| ASTNode | getNode() | 
| void | setModule(ModuleNode module) | 
addSuppressed, 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()