|
|||||||||
PREV CLASS NEXT CLASS | 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
public class ASTParserException
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 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 |
---|
public ASTParserException(ASTRuntimeException e)
public ASTParserException(String message, ASTRuntimeException e)
Method Detail |
---|
public AST getAst()
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |