Package org.codehaus.groovy.antlr
Class ASTParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.SyntaxException
org.codehaus.groovy.syntax.TokenException
org.codehaus.groovy.syntax.ParserException
org.codehaus.groovy.antlr.ASTParserException
- All Implemented Interfaces:
java.io.Serializable
,GroovyExceptionInterface
@Deprecated public class ASTParserException extends ParserException
Deprecated.
Thrown when trying to parse the AST
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ASTParserException(java.lang.String message, ASTRuntimeException e)
Deprecated.ASTParserException(ASTRuntimeException e)
Deprecated. -
Method Summary
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatal
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ASTParserException
Deprecated. -
ASTParserException
Deprecated.
-
-
Method Details
-
getAst
Deprecated.
-