类 MismatchedNotSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.antlr.runtime.RecognitionException
-
- org.antlr.runtime.MismatchedSetException
-
- org.antlr.runtime.MismatchedNotSetException
-
- 所有已实现的接口:
java.io.Serializable
public class MismatchedNotSetException extends MismatchedSetException
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.antlr.runtime.MismatchedSetException
expecting
-
从类继承的字段 org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
-
构造器概要
构造器 构造器 说明 MismatchedNotSetException()
Used for remote debugger deserializationMismatchedNotSetException(BitSet expecting, IntStream input)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.String
toString()
-
从类继承的方法 org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
-
-
-
-
方法详细资料
-
toString
public java.lang.String toString()
- 覆盖:
toString
在类中MismatchedSetException
-
-