org.codehaus.groovy.antlr
Class ASTParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.groovy.GroovyException
              extended by org.codehaus.groovy.syntax.SyntaxException
                  extended by org.codehaus.groovy.syntax.TokenException
                      extended by org.codehaus.groovy.syntax.ParserException
                          extended by org.codehaus.groovy.antlr.ASTParserException
All Implemented Interfaces:
java.io.Serializable, GroovyExceptionInterface

public class ASTParserException
extends ParserException

Thrown when trying to parse the AST

See Also:
Serialized Form

Constructor Summary
ASTParserException(ASTRuntimeException e)
           
ASTParserException(java.lang.String message, ASTRuntimeException e)
           
 
Method Summary
 antlr.collections.AST getAst()
           
 
Methods inherited from class org.codehaus.groovy.syntax.TokenException
getEndColumn
 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
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
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTParserException

public ASTParserException(ASTRuntimeException e)

ASTParserException

public ASTParserException(java.lang.String message,
                          ASTRuntimeException e)
Method Detail

getAst

public antlr.collections.AST getAst()