#include <utilmm/system/system.hh>
Public Member Functions | |
unix_error (std::string const &desc, int error) | |
unix_error (std::string const &desc) | |
unix_error (int error) | |
unix_error () | |
~unix_error () throw () | |
int | error () const |
char const * | what () const throw () |
utilmm::unix_error::unix_error | ( | std::string const & | desc, | |
int | error | |||
) | [explicit] |
utilmm::unix_error::unix_error | ( | std::string const & | desc | ) | [explicit] |
utilmm::unix_error::unix_error | ( | int | error | ) | [explicit] |
utilmm::unix_error::unix_error | ( | ) | [explicit] |
utilmm::unix_error::~unix_error | ( | ) | throw () |
int utilmm::unix_error::error | ( | ) | const |
char const* utilmm::unix_error::what | ( | ) | const throw () |