RSC  0.17.1
rsc::threading::FutureException Class Reference

Thrown when the result of the computation represented by a future is not available for some reason. More...

#include <Future.h>

Inheritance diagram for rsc::threading::FutureException:
Inheritance graph
Collaboration diagram for rsc::threading::FutureException:
Collaboration graph

Public Member Functions

 FutureException (const std::string &message)
 

Detailed Description

Thrown when the result of the computation represented by a future is not available for some reason.

Derived classes represent different reasons more precisely.

Author
jmoringe

Definition at line 49 of file Future.h.

Constructor & Destructor Documentation

rsc::threading::FutureException::FutureException ( const std::string &  message)
explicit

Definition at line 34 of file Future.cpp.


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