|
ANTLR Support Libraries 2.7.1+
|
#include <IOException.hpp>
Public Member Functions | |
| IOException (std::exception &e) | |
| IOException (const std::string &mesg) | |
| virtual | ~IOException () throw () |
Public Attributes | |
| std::exception | io |
Generic IOException used inside support code. (thrown by XML I/O routs) basically this is something I'm using since a lot of compilers don't support ios_base::failure.
| IOException::IOException | ( | std::exception & | e | ) | [inline] |
| IOException::IOException | ( | const std::string & | mesg | ) | [inline] |
| virtual IOException::~IOException | ( | ) | throw () [inline, virtual] |
| std ::exception IOException::io |
1.7.6.1