gatb.core-API-1.4.2
|
Exception class with information got from strerror_r. More...
#include <Exception.hpp>
Public Member Functions | |
ExceptionErrno (const char *format,...) | |
![]() | |
Exception () | |
Exception (const char *format,...) | |
const char * | getMessage () const |
Additional Inherited Members | |
![]() | |
std::string | _message |
Exception class with information got from strerror_r.
|
inline |
Constructor. The error message is built by calling strerror function.
[in] | format | : printf-like prototype |