Fawkes API Fawkes Development Version

fawkes::TimeoutException Class Reference

The current system call has timed out before completion. More...

#include <>>

Inheritance diagram for fawkes::TimeoutException:

List of all members.

Public Member Functions

 TimeoutException () throw ()
 Constructor.
 TimeoutException (const char *format,...) throw ()
 Constructor.

Detailed Description

The current system call has timed out before completion.

Throw this exception for instance when a timed wait on a WaitCondition timed out.

Definition at line 46 of file system.h.


Constructor & Destructor Documentation

fawkes::TimeoutException::TimeoutException ( ) throw ()

Constructor.

Definition at line 87 of file system.cpp.

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

Constructor.

Parameters:
formatmessage format string

Definition at line 96 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