#include <RecognitionException.hpp>
◆ RecognitionException() [1/3]
RecognitionException::RecognitionException |
( |
| ) |
|
◆ RecognitionException() [2/3]
RecognitionException::RecognitionException |
( |
const std ::string & |
s | ) |
|
◆ RecognitionException() [3/3]
RecognitionException::RecognitionException |
( |
const std ::string & |
s, |
|
|
const std ::string & |
fileName, |
|
|
int |
line, |
|
|
int |
column |
|
) |
| |
◆ ~RecognitionException()
virtual RecognitionException::~RecognitionException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ getColumn()
virtual int RecognitionException::getColumn |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
- Returns
- the column number that this exception happened on.
◆ getFileLineColumnString()
std::string RecognitionException::getFileLineColumnString |
( |
| ) |
const |
|
virtual |
See what file/line/column info is present and return it as a string.
◆ getFilename()
virtual std ::string RecognitionException::getFilename |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Return file where mishap occurred.
◆ getLine()
virtual int RecognitionException::getLine |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
- Returns
- the line number that this exception happened on.
◆ toString()
std::string RecognitionException::toString |
( |
| ) |
const |
|
virtual |
Return complete error message with line/column number info (if present)
◆ column
int RecognitionException::column |
|
protected |
◆ fileName
std ::string RecognitionException::fileName |
|
protected |
◆ line
int RecognitionException::line |
|
protected |
The documentation for this class was generated from the following files: