Exception to be thrown when engine abnormal behaviour occurs. More...
#include <OSDLEngineCommon.h>
Public Member Functions | |
EngineException (const std::string &reason) | |
virtual | ~EngineException () throw () |
Exception to be thrown when engine abnormal behaviour occurs.
Definition at line 69 of file OSDLEngineCommon.h.
EngineException::EngineException | ( | const std::string & | reason | ) | [explicit] |
Definition at line 35 of file OSDLEngineCommon.cc.
EngineException::~EngineException | ( | ) | throw () [virtual] |
Definition at line 43 of file OSDLEngineCommon.cc.