libqi-api
2.1.4.13
|
#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 } |
Exception inherited from FutureException This exception represent an error reported by the operation.
Definition at line 117 of file future.hpp.
|
inlineexplicit |
Definition at line 120 of file future.hpp.
|
inlinevirtual |
Definition at line 124 of file future.hpp.