Exception representing an error in an input/output operation. More...
#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 | |
Exception representing an error in an input/output operation.
1.6.2