ANTLR Support Libraries 2.7.1+
|
#include <NoViableAltForCharException.hpp>
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 |
NoViableAltForCharException::NoViableAltForCharException | ( | int | c, |
CharScanner * | scanner | ||
) |
NoViableAltForCharException::NoViableAltForCharException | ( | int | c, |
const std::string & | fileName_, | ||
int | line_, | ||
int | column_ | ||
) |
virtual NoViableAltForCharException::~NoViableAltForCharException | ( | ) | throw () [inline, virtual] |
std::string NoViableAltForCharException::getMessage | ( | ) | const |
Returns a clean error message (no line number/column information)
int NoViableAltForCharException::foundChar [protected] |