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
public class ASTRuntimeException extends RuntimeException
Used within the Groovy's AntlrParserPlugin- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ASTRuntimeException(AST ast, String message)ASTRuntimeException(AST ast, String message, Throwable throwable) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static Stringdescription(AST node)ASTgetAst()intgetColumn()intgetLine()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -