#include <core/threading/thread_finalizer.h>
Inheritance diagram for fawkes::CannotFinalizeThreadException:
Public Member Functions | |
CannotFinalizeThreadException (const char *format,...) | |
Constructor. | |
CannotFinalizeThreadException (Exception &e) | |
Constructor. |
Thrown if a thread could not be finalized for whatever reason.
Definition at line 34 of file thread_finalizer.h.
fawkes::CannotFinalizeThreadException::CannotFinalizeThreadException | ( | const char * | format, | |
... | ||||
) |
Constructor.
format | message 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.
e | exception to copy messages from |
Definition at line 49 of file thread_finalizer.cpp.