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:
Serializable, GroovyExceptionInterface

public class ASTParserException
extends ParserException

Thrown when trying to parse the AST

Version:
$Revision: 7922 $
See Also:
Serialized Form

Constructor Summary
ASTParserException(ASTRuntimeException e)
           
ASTParserException(String message, ASTRuntimeException e)
           
 
Method Summary
 AST getAst()
           
 
Methods inherited from class org.codehaus.groovy.syntax.TokenException
getEndColumn
 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
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(String message,
                          ASTRuntimeException e)
Method Detail

getAst

public AST getAst()

Copyright © 2003-2010 The Codehaus. All rights reserved.