#include <Exception.h>
Inheritance diagram for Tagcoll::InterruptedException:
Public Member Functions | |
InterruptedException (const std::string &context) throw () | |
virtual const char * | type () const throw () |
Get a string tag identifying the exception type. |
It is a direct child of ContextException, and has the very same semantics.
Tagcoll::InterruptedException::InterruptedException | ( | const std::string & | context | ) | throw () [inline] |
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.