groovy.lang
Class GroovyRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CompilationFailedException, IncorrectClosureArgumentsException, InvokerInvocationException, MethodSelectionException, MissingClassException, MissingFieldException, MissingMethodException, MissingPropertyException, RuntimeParserException, SpreadListEvaluatingException, SpreadMapEvaluatingException
public class GroovyRuntimeException
- extends RuntimeException
An exception thrown by the interpreter
- Version:
- $Revision: 8867 $
- Author:
- James Strachan
- See Also:
- Serialized Form
GroovyRuntimeException
public GroovyRuntimeException()
GroovyRuntimeException
public GroovyRuntimeException(String message)
GroovyRuntimeException
public GroovyRuntimeException(String message,
ASTNode node)
GroovyRuntimeException
public GroovyRuntimeException(String message,
Throwable cause)
GroovyRuntimeException
public GroovyRuntimeException(Throwable t)
setModule
public void setModule(ModuleNode module)
getModule
public ModuleNode getModule()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getNode
public ASTNode getNode()
getMessageWithoutLocationText
public String getMessageWithoutLocationText()
getLocationText
protected String getLocationText()