fawkes::CannotFinalizeThreadException Class Reference
[Fawkes Exceptions]
Thread cannot be finalized.
More...
#include <core/threading/thread_finalizer.h>
Inheritance diagram for fawkes::CannotFinalizeThreadException:

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.
Definition at line 34 of file thread_finalizer.h.
Constructor & Destructor Documentation
| fawkes::CannotFinalizeThreadException::CannotFinalizeThreadException | ( | const char * | format, | |
| ... | ||||
| ) |
Constructor.
- Parameters:
-
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.
- Parameters:
-
e exception to copy messages from
Definition at line 49 of file thread_finalizer.cpp.
The documentation for this class was generated from the following files:
- src/libs/core/threading/thread_finalizer.h
- src/libs/core/threading/thread_finalizer.cpp

