#include <MismatchedCharException.hpp>
|
| | MismatchedCharException () |
| |
| | MismatchedCharException (int c, int lower, int upper_, bool matchNot, CharScanner *scanner_) |
| |
| | MismatchedCharException (int c, int expecting_, bool matchNot, CharScanner *scanner_) |
| |
| | MismatchedCharException (int c, BitSet set_, bool matchNot, CharScanner *scanner_) |
| |
| | ~MismatchedCharException () throw () |
| |
| std::string | getMessage () const |
| |
| | RecognitionException () |
| |
| | RecognitionException (const std ::string &s) |
| |
| | RecognitionException (const std ::string &s, const std ::string &fileName, int line, int column) |
| |
| virtual | ~RecognitionException () throw () |
| |
| virtual std::string | getFilename () const throw () |
| | Return file where mishap occurred.
|
| |
| virtual int | getLine () const throw () |
| |
| virtual int | getColumn () const throw () |
| |
| virtual std::string | toString () const |
| | Return complete error message with line/column number info (if present)
|
| |
| virtual std::string | getFileLineColumnString () const |
| | See what file/line/column info is present and return it as a string.
|
| |
◆ MismatchedCharException() [1/4]
| MismatchedCharException::MismatchedCharException |
( |
| ) |
|
◆ MismatchedCharException() [2/4]
| MismatchedCharException::MismatchedCharException |
( |
int |
c, |
|
|
int |
lower, |
|
|
int |
upper_, |
|
|
bool |
matchNot, |
|
|
CharScanner * |
scanner_ |
|
) |
| |
◆ MismatchedCharException() [3/4]
| MismatchedCharException::MismatchedCharException |
( |
int |
c, |
|
|
int |
expecting_, |
|
|
bool |
matchNot, |
|
|
CharScanner * |
scanner_ |
|
) |
| |
◆ MismatchedCharException() [4/4]
| MismatchedCharException::MismatchedCharException |
( |
int |
c, |
|
|
BitSet |
set_, |
|
|
bool |
matchNot, |
|
|
CharScanner * |
scanner_ |
|
) |
| |
◆ ~MismatchedCharException()
| MismatchedCharException::~MismatchedCharException |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inline |
◆ getMessage()
| std::string MismatchedCharException::getMessage |
( |
| ) |
const |
Returns a clean error message (no line number/column information)
◆ CHAR
| const int MismatchedCharException::CHAR = 1 |
|
static |
◆ expecting
| int MismatchedCharException::expecting |
◆ foundChar
| int MismatchedCharException::foundChar |
◆ mismatchType
| int MismatchedCharException::mismatchType |
◆ NOT_CHAR
| const int MismatchedCharException::NOT_CHAR = 2 |
|
static |
◆ NOT_RANGE
| const int MismatchedCharException::NOT_RANGE = 4 |
|
static |
◆ NOT_SET
| const int MismatchedCharException::NOT_SET = 6 |
|
static |
◆ RANGE
| const int MismatchedCharException::RANGE = 3 |
|
static |
◆ scanner
◆ SET
| const int MismatchedCharException::SET = 5 |
|
static |
◆ set
| BitSet MismatchedCharException::set |
◆ upper
| int MismatchedCharException::upper |
The documentation for this class was generated from the following files: