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::FutureUserException Class Reference

#include <future.hpp>

Public Member Functions

 FutureUserException (const std::string &str=std::string())
 
virtual ~FutureUserException () throw ()
 
- Public Member Functions inherited from qi::FutureException
 FutureException (const ExceptionState &es, const std::string &str=std::string())
 
ExceptionState state () const
 
std::string stateToString (const ExceptionState &es)
 
virtual ~FutureException () throw ()
 

Additional Inherited Members

- Public Types inherited from qi::FutureException
enum  ExceptionState {
  ExceptionState_FutureTimeout, ExceptionState_FutureCanceled, ExceptionState_FutureNotCancelable, ExceptionState_FutureHasNoError,
  ExceptionState_FutureUserError, ExceptionState_PromiseAlreadySet
}
 

Detailed Description

Exception inherited from FutureException This exception represent an error reported by the operation.

Definition at line 117 of file future.hpp.

Constructor & Destructor Documentation

qi::FutureUserException::FutureUserException ( const std::string &  str = std::string())
inlineexplicit

Definition at line 120 of file future.hpp.

virtual qi::FutureUserException::~FutureUserException ( )
throw (
)
inlinevirtual

Definition at line 124 of file future.hpp.


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