|
| TokenStreamIOException (const std ::exception &e) |
|
| TokenStreamException (const std ::string &s) |
|
| ANTLRException () |
| Create ANTLR base exception without error message.
|
|
| ANTLRException (const std ::string &s) |
| Create ANTLR base exception with error message.
|
|
virtual std::string | toString () const |
| Return complete error message with line/column number info (if present)
|
|
virtual std::string | getMessage () const |
| Return error message without additional info (if present)
|
|
Definition at line 18 of file TokenStreamIOException.hpp.
◆ TokenStreamIOException() [1/2]
antlr::TokenStreamIOException::TokenStreamIOException |
( |
| ) |
|
|
inline |
◆ TokenStreamIOException() [2/2]
antlr::TokenStreamIOException::TokenStreamIOException |
( |
const std ::exception & | e | ) |
|
|
inline |
◆ ~TokenStreamIOException()
antlr::TokenStreamIOException::~TokenStreamIOException |
( |
| ) |
|
throw | ( | ) | | | |
|
inline |
The documentation for this class was generated from the following file: