An exception thrown by the interpreter
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, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Exception |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.