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

Public Member Functions | |
| ThreadListSealedException (const char *operation) | |
| Constructor. | |
Thread list sealed exception.
This exception is thrown whenever you execute an action that would modify the thread list like adding or removing elements on a sealed list. A list can only be sealed and never be unsealed afterwards. This exception is meant to be only thrown by ThreadList.
Definition at line 44 of file thread_list.h.
| fawkes::ThreadListSealedException::ThreadListSealedException | ( | const char * | operation | ) |
Constructor.
| operation | operation that failed |
Definition at line 52 of file thread_list.cpp.
References fawkes::Exception::append().
1.7.1