|
ANTLR Support Libraries 2.7.1+
|
#include <TokenStreamRecognitionException.hpp>


Public Member Functions | |
| TokenStreamRecognitionException (RecognitionException &re) | |
| virtual | ~TokenStreamRecognitionException () throw () |
| virtual std::string | toString () const |
| virtual std::string | getFilename () const throw () |
| virtual int | getLine () const throw () |
| virtual int | getColumn () const throw () |
Private Attributes | |
| RecognitionException | recog |
Exception thrown from generated lexers when there's no default error handler specified.
| antlr::TokenStreamRecognitionException::TokenStreamRecognitionException | ( | RecognitionException & | re | ) | [inline] |
| virtual antlr::TokenStreamRecognitionException::~TokenStreamRecognitionException | ( | ) | throw () [inline, virtual] |
| virtual int antlr::TokenStreamRecognitionException::getColumn | ( | ) | const throw () [inline, virtual] |
| virtual std ::string antlr::TokenStreamRecognitionException::getFilename | ( | ) | const throw () [inline, virtual] |
| virtual int antlr::TokenStreamRecognitionException::getLine | ( | ) | const throw () [inline, virtual] |
| virtual std ::string antlr::TokenStreamRecognitionException::toString | ( | ) | const [inline, virtual] |
Return complete error message with line/column number info (if present)
Reimplemented from antlr::ANTLRException.
1.7.4