gui::exception Class Reference

Exception to be thrown by GUI code. More...

#include <gui_manager.hpp>

List of all members.

Public Member Functions

 exception (const std::string &sMessage)
 exception (const std::string &sClassName, const std::string &sMessage)

Detailed Description

Exception to be thrown by GUI code.

Note:
These exceptions should always be handled.
The GUI is not a critical part of the Engine, so whatever happens there musn't close the program.

Definition at line 47 of file gui_manager.hpp.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Tue Jan 1 21:58:12 2013 for gui by  doxygen 1.6.1