IOException Class Reference
Generic IOException used inside support code. More...
#include <IOException.hpp>
Inheritance diagram for IOException:

Public Member Functions | |
IOException (std::exception &e) | |
IOException (const std::string &mesg) | |
virtual | ~IOException () throw () |
Public Attributes | |
std::exception | io |
Detailed Description
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.
Definition at line 23 of file IOException.hpp.
Constructor & Destructor Documentation
|
Definition at line 28 of file IOException.hpp. |
|
Definition at line 32 of file IOException.hpp. |
|
Definition at line 36 of file IOException.hpp. |
Member Data Documentation
|
Definition at line 26 of file IOException.hpp. |
The documentation for this class was generated from the following file:
- lib/antlr/antlr/IOException.hpp