Thread cannot be initialized. More...
#include <core/threading/thread_initializer.h>
Public Member Functions | |
CannotInitializeThreadException (const char *format,...) | |
Constructor. | |
CannotInitializeThreadException () | |
Constructor. |
Thread cannot be initialized.
Thrown if a thread could not be initialized for whatever reason.
Definition at line 34 of file thread_initializer.h.
fawkes::CannotInitializeThreadException::CannotInitializeThreadException | ( | const char * | format, | |
... | ||||
) |
Constructor.
format | message 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.