Fawkes API Fawkes Development Version

fawkes::InterruptedException Class Reference

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

#include <>>

Inheritance diagram for fawkes::InterruptedException:

List of all members.

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 ()

Constructor.

Definition at line 61 of file system.cpp.

fawkes::InterruptedException::InterruptedException ( const char *  format,
  ... 
) throw ()

Constructor.

Parameters:
formatmessage 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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends