Serializable
CacheAccessControlException
, CompilationFailedException
, IncorrectClosureArgumentsException
, InvokerInvocationException
, MethodSelectionException
, MissingClassException
, MissingFieldException
, MissingMethodException
, MissingPropertyException
, RuntimeParserException
, SpreadListEvaluatingException
, SpreadMapEvaluatingException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GroovyRuntimeException()
public GroovyRuntimeException(String message)
public GroovyRuntimeException(Throwable t)
public void setModule(ModuleNode module)
public ModuleNode getModule()
public String getMessage()
getMessage
in class Throwable
public ASTNode getNode()
public String getMessageWithoutLocationText()
protected String getLocationText()