Custom exception that may be thrown by QI methods.
More...
#include <qi/error.hpp>
List of all members.
Detailed Description
Custom exception that may be thrown by QI methods.
Definition at line 32 of file error.hpp.
Constructor & Destructor Documentation
qi::os::QiException::QiException |
( |
const std::string & |
message | ) |
[inline, explicit] |
Constructor.
Create a message exception.
- Parameters:
-
message | Exception message. |
Definition at line 42 of file error.hpp.
qi::os::QiException::QiException |
( |
const QiException & |
e | ) |
[inline] |
Copy constructor.
- Parameters:
-
message | Exception message. |
Definition at line 51 of file error.hpp.
The documentation for this class was generated from the following file: