[Java] Class GroovyRuntimeException
- groovy.lang.GroovyRuntimeException
public class GroovyRuntimeException
extends RuntimeException
An exception thrown by the interpreter
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
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 |
Constructor Detail
public GroovyRuntimeException()
public GroovyRuntimeException(String message)
public GroovyRuntimeException(String message, ASTNode node)
public GroovyRuntimeException(String message, Throwable cause)
public GroovyRuntimeException(Throwable t)
Method Detail
protected String getLocationText()
public String getMessage()
public String getMessageWithoutLocationText()
public ASTNode getNode()
public void setModule(ModuleNode module)