public class GroovyRuntimeException extends RuntimeException
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() |
|
public String |
getMessage() |
|
public String |
getMessageWithoutLocationText() |
|
public ModuleNode |
getModule() |
|
public ASTNode |
getNode() |
|
public 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.