libqi-api  2.1.4.13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
qi::os::QiException Class Reference

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

#include "qi/error.hpp"

Public Member Functions

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

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)
inlineexplicit

Constructor.

Create a message exception.

Parameters
messageException message.

Definition at line 46 of file error.hpp.

qi::os::QiException::QiException ( const QiException e)
inline

Copy constructor.

Parameters
[in]emessage Exception message.

Definition at line 54 of file error.hpp.

virtual qi::os::QiException::~QiException ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 59 of file error.hpp.


The documentation for this class was generated from the following file: