public static class SearchCompiler.ParseError extends Exception
Constructor and Description |
---|
ParseError(PushbackTokenizer.Token expected,
PushbackTokenizer.Token found) |
ParseError(String msg) |
ParseError(String msg,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseError(String msg)
public ParseError(String msg, Throwable cause)
public ParseError(PushbackTokenizer.Token expected, PushbackTokenizer.Token found)