OpenWalnut
1.4.0
|
Exception thrown if initialization of the graphics engine fails. More...
#include <WGEInitFailed.h>
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.