Custom exception that may be thrown by QI methods.
More...
#include "qi/error.hpp"
Custom exception that may be thrown by QI methods.
- Deprecated:
- since 1.14, there is no more exception in libqi.
Definition at line 35 of file error.hpp.
qi::os::QiException::QiException |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
Constructor.
Create a message exception.
- Parameters
-
message | Exception message. |
Definition at line 46 of file error.hpp.
qi::os::QiException::QiException |
( |
const QiException & |
e | ) |
|
|
inline |
Copy constructor.
- Parameters
-
[in] | e | message Exception message. |
Definition at line 54 of file error.hpp.
virtual qi::os::QiException::~QiException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /home/opennao/work/master/sdk/libqi/qi/error.hpp