Package 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:
- java.io.Serializable,- GroovyExceptionInterface
 
 public class ASTParserException extends ParserException Thrown when trying to parse the AST- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ASTParserException(java.lang.String message, ASTRuntimeException e)ASTParserException(ASTRuntimeException e)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTgetAst()- 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxExceptiongetEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
 - 
Methods inherited from class org.codehaus.groovy.GroovyExceptionisFatal, setFatal
 
- 
 
- 
- 
- 
Constructor Detail- 
ASTParserExceptionpublic ASTParserException(ASTRuntimeException e) 
 - 
ASTParserExceptionpublic ASTParserException(java.lang.String message, ASTRuntimeException e)
 
- 
 - 
Method Detail- 
getAstpublic AST getAst() 
 
- 
 
-