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