#include <exceptions.h>
Public Member Functions | |
CMFailure (const std::string &explanation, bool use_errno=false) | |
Copy the value of errno , and build the output message that will be reported by CMFailure::what(). | |
Private Attributes | |
int | saved_errno |
Definition at line 156 of file exceptions.h.
CMFailure::CMFailure | ( | const std::string & | what_failed, | |
bool | use_errno = false | |||
) |
Copy the value of errno
, and build the output message that will be reported by CMFailure::what().
Definition at line 85 of file exceptions.cc.
References CMException::_what, and saved_errno.
int CMFailure::saved_errno [private] |