Class MismatchedRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.antlr.runtime.MismatchedRangeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token -
Constructor Summary
ConstructorsConstructorDescriptionUsed for remote debugger deserializationMismatchedRangeException(int a, int b, IntStream input) -
Method Summary
Methods inherited from class RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedTypeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
a
public int a -
b
public int b
-
-
Constructor Details
-
MismatchedRangeException
public MismatchedRangeException()Used for remote debugger deserialization -
MismatchedRangeException
-
-
Method Details
-
toString
-