utilmm::unix_error Class Reference
[OS-related tools]
#include <system.hh>
List of all members.
Detailed Description
Exception raised when a standard C call returns an error. It is based on the errno error report mechanism.
Definition at line 14 of file system.hh.
Constructor & Destructor Documentation
unix_error::unix_error |
( |
std::string const & |
desc, |
|
|
int |
error = errno | |
|
) |
| | [explicit] |
unix_error::unix_error |
( |
std::string const & |
desc |
) |
[explicit] |
unix_error::unix_error |
( |
int |
error |
) |
[explicit] |
unix_error::unix_error |
( |
|
) |
[explicit] |
unix_error::~unix_error |
( |
|
) |
throw () |
Member Function Documentation
int unix_error::error |
( |
|
) |
const |
void unix_error::init_description |
( |
std::string const & |
desc |
) |
[private] |
char const * unix_error::what |
( |
|
) |
const throw () |
Member Data Documentation
The documentation for this class was generated from the following files: