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:
Inheritance graph
[legend]

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:
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:

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1