Tagcoll::InterruptedException Class Reference

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

#include <Exception.h>

Inheritance diagram for Tagcoll::InterruptedException:

Inheritance graph
[legend]
Collaboration diagram for Tagcoll::InterruptedException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

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


Constructor & Destructor Documentation

Tagcoll::InterruptedException::InterruptedException ( const std::string &  context  )  throw () [inline]


Member Function Documentation

virtual const char* Tagcoll::InterruptedException::type (  )  const throw () [inline, virtual]

Get a string tag identifying the exception type.

Reimplemented from Tagcoll::ContextException.

Reimplemented in Tagcoll::WaitInterruptedException.


The documentation for this class was generated from the following file:
Generated on Sat Jan 17 03:28:35 2009 for libtagcoll by  doxygen 1.5.1