#include <core/exceptions/system.h>
Inheritance diagram for fawkes::InterruptedException:
Public Member Functions | |
InterruptedException () throw () | |
Constructor. | |
InterruptedException (const char *format,...) throw () | |
Constructor. |
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 () |
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().