25 #ifndef WGEINITFAILED_H 
   26 #define WGEINITFAILED_H 
   30 #include "WGEException.h" 
   44     explicit WGEInitFailed( 
const std::string& msg = 
"Graphics Engine Initialization failed" );
 
General purpose exception and therefore base class for all graphics engine related exceptions.
Exception thrown if initialization of the graphics engine fails.
WGEInitFailed(const std::string &msg="Graphics Engine Initialization failed")
Default constructor.
virtual ~WGEInitFailed()
Destructor.