General purpose exception and therefore base class for all graphics engine related exceptions.
More...
List of all members.
Public Member Functions |
| WGEException (const std::string &msg="Graphics Engine Exception") |
| Default constructor.
|
virtual | ~WGEException () throw () |
| Destructor.
|
Detailed Description
General purpose exception and therefore base class for all graphics engine related exceptions.
Definition at line 38 of file WGEException.h.
Constructor & Destructor Documentation
WGEException::WGEException |
( |
const std::string & |
msg = "Graphics Engine Exception" |
) |
[explicit] |
Default constructor.
- Parameters:
-
| msg | the exception message. |
Definition at line 29 of file WGEException.cpp.
WGEException::~WGEException |
( |
|
) |
throw () [virtual] |
The documentation for this class was generated from the following files: