Package 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:
- CacheAccessControlException,- CompilationFailedException,- IncorrectClosureArgumentsException,- InvokerInvocationException,- JavaShellCompilationException,- MethodSelectionException,- MissingClassException,- MissingFieldException,- MissingMethodException,- MissingPropertyException,- RuntimeParserException,- SpreadListEvaluatingException,- SpreadMapEvaluatingException,- TomlRuntimeException,- TooManyValuesException,- YamlRuntimeException
An exception thrown by the interpreter
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionGroovyRuntimeException(String message) GroovyRuntimeException(String message, Throwable cause) GroovyRuntimeException(String message, ASTNode node) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GroovyRuntimeExceptionpublic GroovyRuntimeException()
- 
GroovyRuntimeException
- 
GroovyRuntimeException
- 
GroovyRuntimeException
- 
GroovyRuntimeException
 
- 
- 
Method Details- 
setModule
- 
getModule
- 
getMessage- Overrides:
- getMessagein class- Throwable
 
- 
getNode
- 
getMessageWithoutLocationText
- 
getLocationText
 
-