Package antlr
Class NoViableAltException
java.lang.Object
java.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
antlr.NoViableAltException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class antlr.RecognitionException
column, fileName, line
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a clean error message (no line number/column information)Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
token
-
node
-
-
Constructor Details
-
NoViableAltException
-
NoViableAltException
-
-
Method Details
-
getMessage
Returns a clean error message (no line number/column information)- Overrides:
getMessage
in classThrowable
-