public class InputMismatchException extends RecognitionException
| Constructor and Description |
|---|
InputMismatchException(Parser recognizer) |
InputMismatchException(Parser recognizer,
int state,
ParserRuleContext ctx) |
getContext, getExpectedTokens, getInputStream, getOffendingState, getOffendingToken, getOffendingToken, getRecognizer, setOffendingState, setOffendingTokenaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InputMismatchException(@NotNull
Parser recognizer)
public InputMismatchException(Parser recognizer, int state, ParserRuleContext ctx)
Copyright © 1992–2024 Daniel Sun. All rights reserved.