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