org.codehaus.groovy.antlr
Class ASTRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.groovy.antlr.ASTRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ASTRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ASTRuntimeException(antlr.collections.AST ast, java.lang.String message)
           
ASTRuntimeException(antlr.collections.AST ast, java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
protected static java.lang.String description(antlr.collections.AST node)
           
 antlr.collections.AST getAst()
           
 int getColumn()
           
 int getLine()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTRuntimeException

public ASTRuntimeException(antlr.collections.AST ast,
                           java.lang.String message)

ASTRuntimeException

public ASTRuntimeException(antlr.collections.AST ast,
                           java.lang.String message,
                           java.lang.Throwable throwable)
Method Detail

description

protected static java.lang.String description(antlr.collections.AST node)

getAst

public antlr.collections.AST getAst()

getLine

public int getLine()

getColumn

public int getColumn()