|
OpenWalnut 1.3.1
|
Exception thrown if initialization of the graphics engine fails. More...
#include <WGEInitFailed.h>
Inheritance diagram for WGEInitFailed:Public Member Functions | |
| WGEInitFailed (const std::string &msg="Graphics Engine Initialization failed") | |
| Default constructor. | |
| virtual | ~WGEInitFailed () throw () |
| Destructor. | |
Exception thrown if initialization of the graphics engine fails.
Definition at line 37 of file WGEInitFailed.h.
| WGEInitFailed::WGEInitFailed | ( | const std::string & | msg = "Graphics Engine Initialization failed" | ) | [explicit] |
Default constructor.
| msg | the exception message. |
Definition at line 29 of file WGEInitFailed.cpp.
| WGEInitFailed::~WGEInitFailed | ( | ) | throw () [virtual] |
Destructor.
Definition at line 34 of file WGEInitFailed.cpp.
1.7.4