org.codehaus.groovy.antlr
[Java] 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
public class ASTParserException
extends ParserException
Thrown when trying to parse the AST
- Version:
- \$Revision\$
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
ASTParserException
public ASTParserException(ASTRuntimeException e)
-
ASTParserException
public ASTParserException(String message, ASTRuntimeException e)
-
getAst
public AST getAst()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.