#include <ioexception.h>
Inherits std::exception.
Public Member Functions | |
IOException (const std::string &_message, const std::string &_filename) | |
virtual const char * | what () const throw () |
Public Attributes | |
std::string | message |
detailed message for this exception | |
std::string | filename |
filename of the element that caused this exception |