ui-gxmlcpp
1.4.4
|
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_) | |
Construct with code and description text. | |
Code const & | getCode () const |
Get code. | |
![]() | |
Exception (std::string const &what=NoWhatGiven_, std::string const &debug=NoDebugGiven_) | |
Adding code facility to Exception.