An exception thrown by the interpreter
| Type | Name and description | 
|---|---|
| ModuleNode | module | 
| Constructor and description | 
|---|
| GroovyRuntimeException
                                () | 
| GroovyRuntimeException
                                (String message) | 
| GroovyRuntimeException
                                (String message, ASTNode node) | 
| GroovyRuntimeException
                                (String message, Throwable cause) | 
| GroovyRuntimeException
                                (Throwable t) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected String | getLocationText() | 
|  | String | getMessage() | 
|  | String | getMessageWithoutLocationText() | 
|  | ModuleNode | getModule() | 
|  | ASTNode | getNode() | 
|  | void | setModule(ModuleNode module) | 
| Methods inherited from class | Name | 
|---|---|
| class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.