ui-utilcpp
1.10.0
|
Generic exception class for namespace UI::Util. More...
#include <Exception.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) | |
Construct with description text. More... | |
const char * | what () const throw () |
const int & | getErrno () const |
std::string | getDebug () const |
Additional Inherited Members | |
![]() | |
static const std::string | Errno_ |
If this string is used in a "what" description message, it will be replaced by an errno error string. | |
![]() | |
static const std::string | NoWhatGiven_ |
static const std::string | NoDebugGiven_ |
Generic exception class for namespace UI::Util.