Fawkes API
Fawkes Development Version
|
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.
fawkes::ThreadListSealedException::ThreadListSealedException | ( | const char * | operation | ) |
Constructor.
operation | operation that failed |
Definition at line 53 of file thread_list.cpp.
References fawkes::Exception::append().