Serializable
public class InputMismatchException extends RecognitionException
Constructor | Description |
---|---|
InputMismatchException(Parser recognizer) |
|
InputMismatchException(Parser recognizer,
int state,
ParserRuleContext ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCtx, getExpectedTokens, getInputStream, getOffendingState, getOffendingToken, getRecognizer, setOffendingState, setOffendingToken
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InputMismatchException(Parser recognizer)
public InputMismatchException(Parser recognizer, int state, ParserRuleContext ctx)
Copyright © 1992–2019 ANTLR. All rights reserved.