#include <exception.h>
It is a direct child of ContextException, and has the very same semantics.
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. | |
| wibble::exception::Interrupted::Interrupted | ( | ) | throw () [inline] |
| wibble::exception::Interrupted::Interrupted | ( | const std::string & | context | ) | throw () [inline] |
| 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.
1.5.6