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.RuntimeException
Used within the Groovy's AntlrParserPlugin- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASTRuntimeException(antlr.collections.AST ast, java.lang.String message)
ASTRuntimeException(antlr.collections.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.String
description(antlr.collections.AST node)
antlr.collections.AST
getAst()
int
getColumn()
int
getLine()
-