public final class ParseException extends Exception
Modifier and Type | Field and Description |
---|---|
Token |
currentToken |
int[][] |
expectedTokenSequences |
String[] |
tokenImage |
Constructor and Description |
---|
ParseException() |
ParseException(String s) |
ParseException(Token token,
int[][] ai,
String[] as) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Token currentToken
public int[][] expectedTokenSequences
public String[] tokenImage
public ParseException(Token token, int[][] ai, String[] as)
public ParseException()
public ParseException(String s)
public String getMessage()
getMessage
in class Throwable
Copyright © 2015 Lucee