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:
 java.io.Serializable
public class ASTRuntimeException extends java.lang.RuntimeExceptionUsed within the Groovy's AntlrParserPlugin- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ASTRuntimeException(AST ast, java.lang.String message)ASTRuntimeException(AST ast, java.lang.String message, java.lang.Throwable throwable) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static java.lang.Stringdescription(AST node)ASTgetAst()intgetColumn()intgetLine() 
 -