#include <core/exceptions/system.h>
Inheritance diagram for fawkes::TimeoutException:
Public Member Functions | |
TimeoutException () throw () | |
Constructor. | |
TimeoutException (const char *format,...) throw () | |
Constructor. |
Throw this exception for instance when a timed wait on a WaitCondition timed out.
Definition at line 46 of file system.h.
fawkes::TimeoutException::TimeoutException | ( | ) | throw () |
fawkes::TimeoutException::TimeoutException | ( | const char * | format, | |
... | ||||
) | throw () |
Constructor.
format | message format string |
Definition at line 96 of file system.cpp.
References fawkes::Exception::append_va().