Package org.codehaus.groovy.antlr
Class ASTRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.antlr.ASTRuntimeException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$
- Author:
- James Strachan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionASTRuntimeException(antlr.collections.AST ast, String message) ASTRuntimeException(antlr.collections.AST ast, String message, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionprotected static Stringdescription(antlr.collections.AST node) antlr.collections.ASTgetAst()intintgetLine()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ASTRuntimeException
-
ASTRuntimeException
-
-
Method Details
-
description
-
getAst
public antlr.collections.AST getAst() -
getLine
public int getLine() -
getColumn
public int getColumn()
-