RSC  0.16.0
rsc::threading::FutureTaskExecutionException Class Reference

Exception that is thrown if the result of a Future is not available because the underlying process generated an error. More...

#include <Future.h>

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

Public Member Functions

 FutureTaskExecutionException (const std::string &msg)
 Constructor. More...
 
- Public Member Functions inherited from rsc::threading::FutureException
 FutureException (const std::string &message)
 

Detailed Description

Exception that is thrown if the result of a Future is not available because the underlying process generated an error.

Author
jwienke

Definition at line 60 of file Future.h.

Constructor & Destructor Documentation

rsc::threading::FutureTaskExecutionException::FutureTaskExecutionException ( const std::string &  msg)
explicit

Constructor.

Parameters
msgerror message

Definition at line 38 of file Future.cpp.


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