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 | 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, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Exception |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2014 The Codehaus. All rights reserved.