|
MASA-Core
|
IO exception class.
Definition at line 32 of file IOException.hpp.
#include <IOException.hpp>
Public Member Functions | |
| IOException (const char *msg) | |
| ~IOException () throw () | |
| virtual const char * | what () const throw () |
Private Attributes | |
| string | msg |
| IOException::IOException | ( | const char * | msg | ) |
Definition at line 26 of file IOException.cpp.
| IOException::~IOException | ( | ) | throw () [inline] |
Definition at line 35 of file IOException.hpp.
| const char * IOException::what | ( | ) | const throw () [virtual] |
Definition at line 30 of file IOException.cpp.
string IOException::msg [private] |
Definition at line 39 of file IOException.hpp.
1.7.6.1