Exception thrown when some long event is interrupted by an external event (like a system call being interrupted by a signal)
More...
|
| | Interrupted () throw () |
| |
| | Interrupted (const std::string &context) throw () |
| |
| virtual const char * | type () const throw () |
| | Get a string tag identifying the exception type. More...
|
| |
| | Generic () throw () |
| |
| | Generic (const std::string &context) throw () |
| |
| virtual | ~Generic () throw () |
| |
| virtual std::string | desc () const throw () |
| | Get a string describing what happened that threw the exception. More...
|
| |
| virtual const std::string & | fullInfo () const throw () |
| | Format in a string all available information about the exception. More...
|
| |
| virtual const char * | what () const throw () |
| |
| | Context () throw () |
| |
| | Context (const std::string &context) throw () |
| |
| void | addContext (const std::string &c) throw () |
| |
| std::string | formatContext () const throw () |
| |
| const std::vector< std::string > & | context () const throw () |
| |
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