public class ParseException extends Exception
| Constructor and Description | 
|---|
ParseException()
The following constructors are for use by you for whatever purpose you can
 think of. 
 | 
ParseException(Token currentTokenVal,
              int[][] expectedTokenSequencesVal,
              String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the
 generated parser. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
currentTokenVal - the actual token valueexpectedTokenSequencesVal - all expected valuestokenImageVal - all token images valuespublic ParseException()