Public Member Functions

fawkes::DestructionInProgressException Class Reference
[Fawkes Exceptions]

Delete in progress. More...

#include <>>

Inheritance diagram for fawkes::DestructionInProgressException:
Inheritance graph
[legend]

List of all members.

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: