fawkes::CannotInitializeThreadException Class Reference
[Fawkes Exceptions]

Thread cannot be initialized. More...

#include <core/threading/thread_initializer.h>

Inheritance diagram for fawkes::CannotInitializeThreadException:

[legend]
List of all members.

Public Member Functions

 CannotInitializeThreadException (const char *format,...)
 Constructor.
 CannotInitializeThreadException ()
 Constructor.

Detailed Description

Thread cannot be initialized.

Thrown if a thread could not be initialized for whatever reason.

Definition at line 34 of file thread_initializer.h.


Constructor & Destructor Documentation

fawkes::CannotInitializeThreadException::CannotInitializeThreadException ( const char *  format,
  ... 
)

Constructor.

Parameters:
format message format (reason or symptom of failure)

Definition at line 46 of file thread_initializer.cpp.

References fawkes::Exception::append_va().

fawkes::CannotInitializeThreadException::CannotInitializeThreadException (  ) 

Constructor.

Make sure you use append() or prepend() to add messages!

Definition at line 37 of file thread_initializer.cpp.


The documentation for this class was generated from the following files:
Generated on Tue Feb 22 13:32:49 2011 for Fawkes API by  doxygen 1.4.7