fawkes::ThreadListSealedException Class Reference

Thread list sealed exception. More...

#include <core/threading/thread_list.h>

Inheritance diagram for fawkes::ThreadListSealedException:

[legend]
List of all members.

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.

Author:
Tim Niemueller

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:
Generated on Tue Feb 22 13:32:49 2011 for Fawkes API by  doxygen 1.4.7