Fawkes API  Fawkes Development Version
fawkes::CannotFinalizeThreadException Class Reference

Thread cannot be finalized. More...

#include <core/threading/thread_finalizer.h>

Inheritance diagram for fawkes::CannotFinalizeThreadException:

List of all members.

Public Member Functions

 CannotFinalizeThreadException (const char *format,...)
 Constructor.
 CannotFinalizeThreadException (Exception &e)
 Constructor.

Detailed Description

Thread cannot be finalized.

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


Constructor & Destructor Documentation

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

Constructor.

Parameters:
formatmessage format (reason or symptom of failure)

Definition at line 37 of file thread_finalizer.cpp.

References fawkes::Exception::append_va().

fawkes::CannotFinalizeThreadException::CannotFinalizeThreadException ( Exception e)

Constructor.

Parameters:
eexception to copy messages from

Definition at line 49 of file thread_finalizer.cpp.


The documentation for this class was generated from the following files: