fawkes::TimeoutException Class Reference
[Fawkes Exceptions]
The current system call has timed out before completion.
More...
#include <core/exceptions/system.h>
Inheritance diagram for fawkes::TimeoutException:

Public Member Functions | |
| TimeoutException () throw () | |
| Constructor. | |
| TimeoutException (const char *format,...) throw () | |
| Constructor. | |
Detailed Description
The current system call has timed out before completion.Throw this exception for instance when a timed wait on a WaitCondition timed out.
Definition at line 46 of file system.h.
Constructor & Destructor Documentation
| fawkes::TimeoutException::TimeoutException | ( | ) | throw () |
| fawkes::TimeoutException::TimeoutException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
- Parameters:
-
format message format string
Definition at line 96 of file system.cpp.
References fawkes::Exception::append_va().
The documentation for this class was generated from the following files:
- src/libs/core/exceptions/system.h
- src/libs/core/exceptions/system.cpp

