|
ui-utilcpp
1.10.0
|
Adding code facility to Exception. More...
#include <Exception.hpp>


Public Member Functions | |
| CodeException (Code const &code, std::string const &what=NoWhatGiven_, std::string const &debug=NoDebugGiven_, int const &errNo=0) | |
| const Code & | getCode () const |
Public Member Functions inherited from UI::Exception | |
| 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 Public Attributes inherited from UI::Exception | |
| 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 Protected Attributes inherited from UI::Exception | |
| static const std::string | NoWhatGiven_ |
| static const std::string | NoDebugGiven_ |
Adding code facility to Exception.
1.8.16