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.
- Deprecated:
- since 1.14, there is no more exception in libqi.
Definition at line 36 of file error.hpp.
Constructor & Destructor Documentation
qi::os::QiException::QiException |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
Constructor.
Create a message exception.
- Parameters:
-
message | Exception message. |
Definition at line 47 of file error.hpp.
qi::os::QiException::QiException |
( |
const QiException & |
e | ) |
|
|
inline |
Copy constructor.
- Parameters:
-
message | Exception message. |
Definition at line 55 of file error.hpp.
The documentation for this class was generated from the following file: