RSC  0.16.0
rsc::threading::FutureTimeoutException Class Reference

Thrown when the execution of a Future's task does not complete within the specified amount of time. More...

#include <Future.h>

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

Public Member Functions

 FutureTimeoutException (const std::string &message)
 Construct a new FutureTimeoutException instance. More...
 
- Public Member Functions inherited from rsc::threading::FutureException
 FutureException (const std::string &message)
 

Detailed Description

Thrown when the execution of a Future's task does not complete within the specified amount of time.

Author
jwienke
jmoringe

Definition at line 79 of file Future.h.

Constructor & Destructor Documentation

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

Construct a new FutureTimeoutException instance.

Parameters
messageA string describing the circumstances of the timeout.

Definition at line 42 of file Future.cpp.


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