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
public class NoViableAltException extends RecognitionException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
decisionNumber
String
grammarDecisionDescription
int
stateNumber
-
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
-
Constructor Summary
Constructors Constructor Description NoViableAltException()
Used for remote debugger deserializationNoViableAltException(String grammarDecisionDescription, int decisionNumber, int stateNumber, IntStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
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 Detail
-
grammarDecisionDescription
public String grammarDecisionDescription
-
decisionNumber
public int decisionNumber
-
stateNumber
public int stateNumber
-
-