public class ParseException extends UserException
CALLBACK, INVALID_STATE, METADATA, NO_RESULT, NO_TRANSACTION, NON_UNIQUE_RESULT
GENERAL, INTERNAL, STORE, UNAVAILABLE, UNSUPPORTED, USER, WRAPPED
Constructor and Description |
---|
ParseException()
The following constructors are for use by you for whatever
purpose you can think of.
|
ParseException(String message)
String constructor.
|
ParseException(String message,
Throwable t) |
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException"
in the generated parser.
|
getType
getCause, getFailedObject, getNestedThrowables, getSubtype, isFatal, printStackTrace, printStackTrace, printStackTrace, setCause, setFailedObject, setFatal, setNestedThrowables, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
public ParseException()
public ParseException(String message)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.