Class MismatchedRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException
-
- org.eclipse.persistence.internal.libraries.antlr.runtime.MismatchedRangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MismatchedRangeException extends RecognitionException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intaintb-
Fields inherited from class org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
-
Constructor Summary
Constructors Constructor Description MismatchedRangeException()Used for remote debugger deserializationMismatchedRangeException(int a, int b, IntStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.eclipse.persistence.internal.libraries.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
-
-
-
-
Constructor Detail
-
MismatchedRangeException
public MismatchedRangeException()
Used for remote debugger deserialization
-
MismatchedRangeException
public MismatchedRangeException(int a, int b, IntStream input)
-
-