Groovy 2.2.0

groovy.lang
[Java] Class GroovyRuntimeException

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

Authors:
James Strachan
Version:
\$Revision\$


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

GroovyRuntimeException

public GroovyRuntimeException()


GroovyRuntimeException

public GroovyRuntimeException(String message)


GroovyRuntimeException

public GroovyRuntimeException(String message, ASTNode node)


GroovyRuntimeException

public GroovyRuntimeException(String message, Throwable cause)


GroovyRuntimeException

public GroovyRuntimeException(Throwable t)


 
Method Detail

getLocationText

protected String getLocationText()


getMessage

public String getMessage()


getMessageWithoutLocationText

public String getMessageWithoutLocationText()


getModule

public ModuleNode getModule()


getNode

public ASTNode getNode()


setModule

public void setModule(ModuleNode module)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.