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
@Deprecated public class ASTRuntimeException extends RuntimeException
Deprecated.
Used within the Groovy's AntlrParserPlugin
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ASTRuntimeException(AST ast, String message)
Deprecated.ASTRuntimeException(AST ast, String message, Throwable throwable)
Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ASTRuntimeException
Deprecated. -
ASTRuntimeException
Deprecated.
-
-
Method Details
-
description
Deprecated. -
getAst
Deprecated. -
getLine
public int getLine()Deprecated. -
getColumn
public int getColumn()Deprecated.
-