CYCLUS
|
for failed reading/writing to files, network connections, etc..
#include <error.h>
Public Member Functions | |
IOError (std::string msg) | |
Public Member Functions inherited from cyclus::Error | |
Error () | |
Error (std::string msg) | |
std::string | msg () const |
void | msg (std::string msg) |
virtual const char * | what () const throw () |
virtual | ~Error () throw () |
Additional Inherited Members | |
Protected Attributes inherited from cyclus::Error | |
std::string | msg_ |