Java.target.apidocs.org.antlr.v4.runtime.InputMismatchException.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr4-perf-testsuite Show documentation
Show all versions of antlr4-perf-testsuite Show documentation
The ANTLR 4 grammar compiler.
InputMismatchException (ANTLR 4 Runtime (Optimized) 4.7.3 API)
org.antlr.v4.runtime
Class InputMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.antlr.v4.runtime.RecognitionException
-
- org.antlr.v4.runtime.InputMismatchException
-
- All Implemented Interfaces:
- Serializable
public class InputMismatchException
extends RecognitionException
This signifies any kind of mismatched input exceptions such as
when the current input does not match the expected token.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description
InputMismatchException(Parser recognizer)
InputMismatchException(Parser recognizer,
int state,
ParserRuleContext ctx)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.RecognitionException
getContext, getExpectedTokens, getInputStream, getOffendingState, getOffendingToken, getOffendingToken, getRecognizer, setOffendingState, setOffendingToken
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
InputMismatchException
public InputMismatchException(@NotNull
Parser recognizer)
-
InputMismatchException
public InputMismatchException(Parser recognizer,
int state,
ParserRuleContext ctx)
Copyright © 1992–2019 Tunnel Vision Laboratories, LLC. All rights reserved.