Exception thrown when some system wait is interrupted by a signal. More...
#include <exception.h>
Public Member Functions | |
WaitInterrupted (const std::string &context) throw () | |
virtual const char * | type () const throw () |
Get a string tag identifying the exception type. |
Exception thrown when some system wait is interrupted by a signal.
It is a direct child of InterruptedException, and has the very same semantics.
wibble::exception::WaitInterrupted::WaitInterrupted | ( | const std::string & | context | ) | throw () [inline] |
virtual const char* wibble::exception::WaitInterrupted::type | ( | ) | const throw () [inline, virtual] |
Get a string tag identifying the exception type.
Reimplemented from wibble::exception::Interrupted.