wibble::exception::Interrupted Class Reference

#include <exception.h>

Inheritance diagram for wibble::exception::Interrupted:
[legend]
Collaboration diagram for wibble::exception::Interrupted:
[legend]

List of all members.


Detailed Description

Exception thrown when some long event is interrupted by an external event (like a system call being interrupted by a signal).

It is a direct child of ContextException, and has the very same semantics.

Warning:
Any function throwing InterruptedException must allow to be called again with the same parameters to retry the operation

Public Member Functions

 Interrupted () throw ()
 Interrupted (const std::string &context) throw ()
virtual const char * type () const throw ()
 Get a string tag identifying the exception type.

Constructor & Destructor Documentation

wibble::exception::Interrupted::Interrupted (  )  throw () [inline]

wibble::exception::Interrupted::Interrupted ( const std::string &  context  )  throw () [inline]


Member Function Documentation

virtual const char* wibble::exception::Interrupted::type (  )  const throw () [inline, virtual]

Get a string tag identifying the exception type.

Reimplemented from wibble::exception::Generic.

Reimplemented in wibble::exception::WaitInterrupted.


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

Generated on Wed Aug 20 11:10:12 2008 for wibble by  doxygen 1.5.6