|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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
class ASTParserException extends ParserException
Thrown when trying to parse the AST
Constructor Summary | |
ASTParserException(ASTRuntimeException e)
|
|
ASTParserException(String message, ASTRuntimeException e)
|
Method Summary | |
---|---|
AST
|
getAst()
|
Methods inherited from class TokenException | |
---|---|
getEndColumn |
Methods inherited from class SyntaxException | |
---|---|
getEndColumn, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator |
Methods inherited from class GroovyException | |
---|---|
isFatal, setFatal |
Methods inherited from class Exception | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Throwable | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public ASTParserException(ASTRuntimeException e)
public ASTParserException(String message, ASTRuntimeException e)
Method Detail |
---|
public AST getAst()
Copyright © 2003-2009 The Codehaus. All rights reserved.