Package org.antlr.runtime
Class NoViableAltException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.antlr.runtime.NoViableAltException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
Constructor Summary
ConstructorsConstructorDescriptionUsed for remote debugger deserializationNoViableAltException
(String grammarDecisionDescription, int decisionNumber, int stateNumber, IntStream input) -
Method Summary
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
grammarDecisionDescription
-
decisionNumber
public int decisionNumber -
stateNumber
public int stateNumber
-
-
Constructor Details
-
NoViableAltException
public NoViableAltException()Used for remote debugger deserialization -
NoViableAltException
-
-
Method Details