|
ui-gxmlcpp 1.4.6
|
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. | |
| Public Member Functions inherited from UI::GXML::Exception | |
| Exception (std::string const &what=NoWhatGiven_, std::string const &debug=NoDebugGiven_) | |
Adding code facility to Exception.