Exception to be thrown by GUI code. More...
#include <gui_manager.hpp>
Public Member Functions | |
exception (const std::string &sMessage) | |
exception (const std::string &sClassName, const std::string &sMessage) |
Exception to be thrown by GUI code.
Definition at line 47 of file gui_manager.hpp.
gui::exception::exception | ( | const std::string & | sMessage | ) | [inline, explicit] |
Definition at line 51 of file gui_manager.hpp.
gui::exception::exception | ( | const std::string & | sClassName, | |
const std::string & | sMessage | |||
) | [inline] |
Definition at line 55 of file gui_manager.hpp.