|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException groovy.lang.GroovyRuntimeException
public class GroovyRuntimeException extends RuntimeException
An exception thrown by the interpreter
Constructor Summary | |
GroovyRuntimeException()
|
|
GroovyRuntimeException(String message)
|
|
GroovyRuntimeException(String message, ASTNode node)
|
|
GroovyRuntimeException(String message, Throwable cause)
|
|
GroovyRuntimeException(Throwable t)
|
Method Summary | |
---|---|
protected String
|
getLocationText()
|
String
|
getMessage()
|
String
|
getMessageWithoutLocationText()
|
ModuleNode
|
getModule()
|
ASTNode
|
getNode()
|
void
|
setModule(ModuleNode module)
|
Methods inherited from class RuntimeException | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, 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 ModuleNode getModule()
public ASTNode getNode()
public void setModule(ModuleNode module)
Copyright © 2003-2013 The Codehaus. All rights reserved.