fawkes::InterruptedException Class Reference
[Fawkes Exceptions]
The current system call has been interrupted (for instance by a signal).
More...
#include <core/exceptions/system.h>
Inheritance diagram for fawkes::InterruptedException:

Public Member Functions | |
| InterruptedException () throw () | |
| Constructor. | |
| InterruptedException (const char *format,...) throw () | |
| Constructor. | |
Detailed Description
The current system call has been interrupted (for instance by a signal).Throw this exception if you use libc functions which return EINTR or store EINTR in errno.
Definition at line 39 of file system.h.
Constructor & Destructor Documentation
| fawkes::InterruptedException::InterruptedException | ( | ) | throw () |
| fawkes::InterruptedException::InterruptedException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
- Parameters:
-
format message format string
Definition at line 70 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

