fawkes::DestructionInProgressException Class Reference
[Fawkes Exceptions]
Delete in progress.
More...
#include <core/exceptions/software.h>
Inheritance diagram for fawkes::DestructionInProgressException:

Public Member Functions | |
| DestructionInProgressException (const char *format,...) throw () | |
| Constructor. | |
Detailed Description
Delete in progress.Throw this exception if someone tried to access an object that is currently being destroyed.
Definition at line 58 of file software.h.
Constructor & Destructor Documentation
| fawkes::DestructionInProgressException::DestructionInProgressException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
- Parameters:
-
format message format, takes sprintf() parameters as variadic arguments
Definition at line 115 of file software.cpp.
References fawkes::Exception::append_va().
The documentation for this class was generated from the following files:
- src/libs/core/exceptions/software.h
- src/libs/core/exceptions/software.cpp

