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

#include <future_fwd.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_FutureHasNoError, ExceptionState_FutureUserError,
  ExceptionState_PromiseAlreadySet, ExceptionState_FutureInvalid
}
 

Detailed Description

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

Definition at line 168 of file future_fwd.hpp.

Constructor & Destructor Documentation

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

Definition at line 171 of file future_fwd.hpp.

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

Definition at line 175 of file future_fwd.hpp.


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