Thread list not sealed exception. More...
#include <>>

Public Member Functions | |
| ThreadListNotSealedException (const char *format,...) | |
| Constructor. | |
Thread list not sealed exception.
This exception is thrown whenever the thread list is given to some method that expects a sealed list (probably because it sealed the list by itself). This exception is meant to be only thrown by users of ThreadList.
Definition at line 50 of file thread_list.h.
| fawkes::ThreadListNotSealedException::ThreadListNotSealedException | ( | const char * | format, | |
| ... | ||||
| ) |
Constructor.
| format | format of message |
Definition at line 71 of file thread_list.cpp.
References fawkes::Exception::append_va().
1.7.1