#include <NoViableAltForCharException.hpp>
Inheritance diagram for NoViableAltForCharException:
Public Methods | |
NoViableAltForCharException (int c, CharScanner *scanner) | |
NoViableAltForCharException (int c, const ANTLR_USE_NAMESPACE(std) string &fileName_, int line_, int column_) | |
virtual | ~NoViableAltForCharException () throw () |
ANTLR_USE_NAMESPACE (std) string getMessage() const | |
Returns a clean error message (no line number/column information). | |
Protected Attributes | |
int | foundChar |
|
|
|
|
|
|
|
Returns a clean error message (no line number/column information).
Reimplemented from RecognitionException. |
|
|