fawkes::ThreadListSealedException Class Reference
Thread list sealed exception. More...
#include <core/threading/thread_list.h>
Inheritance diagram for fawkes::ThreadListSealedException:

Public Member Functions | |
| ThreadListSealedException (const char *operation) | |
| Constructor. | |
Detailed Description
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.
Constructor & Destructor Documentation
| fawkes::ThreadListSealedException::ThreadListSealedException | ( | const char * | operation | ) |
Constructor.
- Parameters:
-
operation operation that failed
Definition at line 52 of file thread_list.cpp.
References fawkes::Exception::append().
The documentation for this class was generated from the following files:
- src/libs/core/threading/thread_list.h
- src/libs/core/threading/thread_list.cpp

