#include <ioerror.h>
Inheritance diagram for IOError:
Public Member Functions | |
IOError () | |
IOError (std::string msg) | |
virtual | ~IOError () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | _msg |
Definition at line 24 of file ioerror.h.
virtual const char* IOError::what | ( | ) | const throw () [inline, virtual] |
std::string IOError::_msg [protected] |