Package org.antlr.runtime
Class MismatchedNotSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.antlr.runtime.RecognitionException
-
- org.antlr.runtime.MismatchedSetException
-
- org.antlr.runtime.MismatchedNotSetException
-
- All Implemented Interfaces:
java.io.Serializable
public class MismatchedNotSetException extends MismatchedSetException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.antlr.runtime.MismatchedSetException
expecting
-
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
-
Constructor Summary
Constructors Constructor Description MismatchedNotSetException()
Used for remote debugger deserializationMismatchedNotSetException(BitSet expecting, IntStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classMismatchedSetException
-
-