public class ASTParserException extends ParserException
Constructor and Description |
---|
ASTParserException(ASTRuntimeException e) |
ASTParserException(String message,
ASTRuntimeException e) |
Modifier and Type | Method and Description |
---|---|
AST |
getAst() |
getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
isFatal, setFatal
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ASTParserException(ASTRuntimeException e)
public ASTParserException(String message, ASTRuntimeException e)
public AST getAst()