libqi-api  2.0.6.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends 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 35 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 46 of file error.hpp.

Copy constructor.

Parameters:
[in]emessage Exception message.

Definition at line 54 of file error.hpp.

virtual qi::os::QiException::~QiException ( ) throw () [inline, virtual]

Destructor.

Definition at line 59 of file error.hpp.


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