#include <RecognitionException.hpp>
List of all members.
Constructor & Destructor Documentation
RecognitionException::RecognitionException |
( |
| ) |
|
RecognitionException::RecognitionException |
( |
const std::string & |
s | ) |
|
antlr::RecognitionException::RecognitionException |
( |
const std::string & |
s, |
|
|
const std::string & |
fileName, |
|
|
int |
line, |
|
|
int |
column |
|
) |
| |
virtual antlr::RecognitionException::~RecognitionException |
( |
| ) |
throw () [inline, virtual] |
Member Function Documentation
virtual int antlr::RecognitionException::getColumn |
( |
| ) |
const throw () [inline, virtual] |
- 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 antlr::RecognitionException::getFilename |
( |
| ) |
const throw () [inline, virtual] |
Return file where mishap occurred.
virtual int antlr::RecognitionException::getLine |
( |
| ) |
const throw () [inline, virtual] |
- Returns:
- the line number that this exception happened on.
virtual std ::string antlr::RecognitionException::toString |
( |
| ) |
const [virtual] |
Return complete error message with line/column number info (if present)
Reimplemented from antlr::ANTLRException.
Member Data Documentation
The documentation for this class was generated from the following files: