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:
- Serializable, GroovyExceptionInterface
public class ASTParserException
extends ParserException
Thrown when trying to parse the AST
- Version:
- $Revision: 7922 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ASTParserException
public ASTParserException(ASTRuntimeException e)
ASTParserException
public ASTParserException(String message,
ASTRuntimeException e)
getAst
public AST getAst()