OpenWalnut
1.4.0
|
General purpose exception and therefore base class for all graphics engine related exceptions. More...
#include <WGEException.h>
Public Member Functions | |
WGEException (const std::string &msg="Graphics Engine Exception") | |
Default constructor. | |
virtual | ~WGEException () throw () |
Destructor. |
General purpose exception and therefore base class for all graphics engine related exceptions.
Definition at line 38 of file WGEException.h.
WGEException::WGEException | ( | const std::string & | msg = "Graphics Engine Exception" | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WGEException.cpp.
WGEException::~WGEException | ( | ) | throw () [virtual] |
Destructor.
Definition at line 34 of file WGEException.cpp.