Fawkes API
Fawkes Development Version
|
Thread cannot be finalized. More...
#include <core/threading/thread_finalizer.h>
Public Member Functions | |
CannotFinalizeThreadException (const char *format,...) | |
Constructor. | |
CannotFinalizeThreadException (Exception &e) | |
Constructor. |
Thread cannot be finalized.
Thrown if a thread could not be finalized for whatever reason.
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.