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
@Deprecated
public class ASTRuntimeException
extends java.lang.RuntimeException
Deprecated.
Used within the Groovy's AntlrParserPlugin
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ASTRuntimeException(AST ast, java.lang.String message)Deprecated.ASTRuntimeException(AST ast, java.lang.String message, java.lang.Throwable throwable)Deprecated.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
ASTRuntimeExceptionDeprecated.
- 
ASTRuntimeExceptionDeprecated.
 
- 
- 
Method Details- 
descriptionDeprecated.
- 
getAstDeprecated.
- 
getLinepublic int getLine()Deprecated.
- 
getColumnpublic int getColumn()Deprecated.
 
-