RSC  0.16.0
rsc::threading::InterruptedException Class Reference

An exception thrown if a blocking operation was interrupted. More...

#include <InterruptedException.h>

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

Public Member Functions

 InterruptedException ()
 
 InterruptedException (const std::string &message)
 
virtual ~InterruptedException () throw ()
 

Detailed Description

An exception thrown if a blocking operation was interrupted.

Author
jwienke

Definition at line 41 of file InterruptedException.h.

Constructor & Destructor Documentation

rsc::threading::InterruptedException::InterruptedException ( )

Definition at line 34 of file InterruptedException.cpp.

rsc::threading::InterruptedException::InterruptedException ( const std::string &  message)

Definition at line 38 of file InterruptedException.cpp.

rsc::threading::InterruptedException::~InterruptedException ( )
throw (
)
virtual

Definition at line 42 of file InterruptedException.cpp.


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