libqi-api
2.8.7.4
|
#include <future_fwd.hpp>
Public Member Functions | |
FutureUserException (const std::string &str=std::string()) | |
virtual | ~FutureUserException () throw () |
![]() | |
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 | |
![]() | |
enum | ExceptionState { ExceptionState_FutureTimeout, ExceptionState_FutureCanceled, ExceptionState_FutureHasNoError, ExceptionState_FutureUserError, ExceptionState_PromiseAlreadySet, ExceptionState_FutureInvalid } |
Exception inherited from FutureException This exception represent an error reported by the operation.
Definition at line 168 of file future_fwd.hpp.
|
inlineexplicit |
Definition at line 171 of file future_fwd.hpp.
|
inlinevirtual |
Definition at line 175 of file future_fwd.hpp.