org.codehaus.groovy.antlr
Class ASTParserException

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

public class ASTParserException
extends ParserException

Thrown when trying to parse the AST

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

Constructor Summary
ASTParserException(ASTRuntimeException e)
           
ASTParserException(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
getLine, getMessage, 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 antlr.collections.AST getAst()


Copyright © 2003-2007 The Codehaus. All Rights Reserved.