Delete in progress. More...
#include <>>
Public Member Functions | |
DestructionInProgressException (const char *format,...) throw () | |
Constructor. |
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.
fawkes::DestructionInProgressException::DestructionInProgressException | ( | const char * | format, | |
... | ||||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 115 of file software.cpp.
References fawkes::Exception::append_va().