NoViableAltForCharException Class Reference
#include <NoViableAltForCharException.hpp>
Inheritance diagram for NoViableAltForCharException:


Public Member Functions | |
NoViableAltForCharException (int c, CharScanner *scanner) | |
NoViableAltForCharException (int c, const std::string &fileName_, int line_, int column_) | |
virtual | ~NoViableAltForCharException () throw () |
std::string | getMessage () const |
Returns a clean error message (no line number/column information). | |
Protected Attributes | |
int | foundChar |
Constructor & Destructor Documentation
|
Definition at line 15 of file NoViableAltForCharException.cpp. |
|
Definition at line 23 of file NoViableAltForCharException.cpp. |
|
Definition at line 27 of file NoViableAltForCharException.hpp. |
Member Function Documentation
|
Returns a clean error message (no line number/column information).
Reimplemented from ANTLRException. Definition at line 32 of file NoViableAltForCharException.cpp. References ANTLR_USE_NAMESPACE, and charName(). |
Member Data Documentation
|
Definition at line 34 of file NoViableAltForCharException.hpp. |
The documentation for this class was generated from the following files:
- lib/antlr/antlr/NoViableAltForCharException.hpp
- lib/antlr/src/NoViableAltForCharException.cpp