The current system call has been interrupted (for instance by a signal). More...
#include <>>

Public Member Functions | |
| InterruptedException () throw () | |
| Constructor. | |
| InterruptedException (const char *format,...) throw () | |
| Constructor. | |
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.
| fawkes::InterruptedException::InterruptedException | ( | ) | throw () |
Constructor.
Definition at line 61 of file system.cpp.
| fawkes::InterruptedException::InterruptedException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
| format | message format string |
Definition at line 70 of file system.cpp.
References fawkes::Exception::append_va().
1.7.1