Package antlr
Class NoViableAltException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.RecognitionException
-
- antlr.NoViableAltException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoViableAltException extends RecognitionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoViableAltException(AST t)
NoViableAltException(Token t, java.lang.String fileName_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Returns a clean error message (no line number/column information)-
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
-
-