libqi  1.14.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
qi::os::QiException Class Reference

Custom exception that may be thrown by QI methods. More...

#include <qi/error.hpp>

List of all members.

Public Member Functions

 QiException (const std::string &message)
 Constructor.
 QiException (const QiException &e)
 Copy constructor.
virtual ~QiException () throw ()
 Destructor.

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) [inline, explicit]

Constructor.

Create a message exception.

Parameters:
messageException message.

Definition at line 47 of file error.hpp.

Copy constructor.

Parameters:
messageException message.

Definition at line 55 of file error.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines