libqi
1.14.5
|
Custom exception that may be thrown by QI methods. More...
#include <qi/error.hpp>
Public Member Functions | |
QiException (const std::string &message) | |
Constructor. | |
QiException (const QiException &e) | |
Copy constructor. | |
virtual | ~QiException () throw () |
Destructor. |
Custom exception that may be thrown by QI methods.
qi::os::QiException::QiException | ( | const std::string & | message | ) | [inline, explicit] |
qi::os::QiException::QiException | ( | const QiException & | e | ) | [inline] |