Fawkes API
Fawkes Development Version
|
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.
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().