Fawkes API  Fawkes Development Version
fawkes::CannotInitializeThreadException Class Reference

Thread cannot be initialized. More...

#include <core/threading/thread_initializer.h>

Inheritance diagram for fawkes::CannotInitializeThreadException:

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.


Constructor & Destructor Documentation

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

Constructor.

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