ui-utilcpp 1.10.1
|
Use this exception class if you want to catch failures on system/library calls. More...
#include <Sys.hpp>
Public Member Functions | |
Exception (std::string const &what=NoWhatGiven_, std::string const &debug=NoDebugGiven_, int const &errNo=0) | |
![]() | |
Exception (std::string const &what=NoWhatGiven_, std::string const &debug=NoDebugGiven_, int const &errNo=0) | |
![]() | |
Exception (std::string const &what=NoWhatGiven_, std::string const &debug=NoDebugGiven_, int const &errNo=0) | |
Construct with description text. More... | |
char const * | what () const throw () |
int const & | getErrno () const |
std::string | getDebug () const |
Additional Inherited Members | |
![]() | |
static std::string const | Errno_ |
If this string is used in a "what" description message, it will be replaced by an errno error string. | |
![]() | |
static std::string const | NoWhatGiven_ |
static std::string const | NoDebugGiven_ |
Use this exception class if you want to catch failures on system/library calls.
|
inlinevirtual |
Reimplemented from UI::Util::Exception.