ANTLR Support Libraries 2.7.1+
|
#include <TokenStreamIOException.hpp>
Public Member Functions | |
TokenStreamIOException () | |
TokenStreamIOException (const std::exception &e) | |
~TokenStreamIOException () throw () | |
Private Attributes | |
std::exception | io |
TokenStreamIOException::TokenStreamIOException | ( | ) | [inline] |
TokenStreamIOException::TokenStreamIOException | ( | const std::exception & | e | ) | [inline] |
TokenStreamIOException::~TokenStreamIOException | ( | ) | throw () [inline] |
std ::exception TokenStreamIOException::io [private] |