This exception is only thrown from cSimpleModule::deleteModule() if the current module is to be deleted, in order to exit that module immediately. More...
#include <cexception.h>
Public Member Functions | |
cDeleteModuleException () | |
cDeleteModuleException (const cDeleteModuleException &e) | |
virtual cDeleteModuleException * | dup () const |
virtual bool | isError () const |
This exception is only thrown from cSimpleModule::deleteModule() if the current module is to be deleted, in order to exit that module immediately.
virtual cDeleteModuleException* cDeleteModuleException::dup | ( | ) | const [inline, virtual] |
Virtual copy constructor.
We unfortunately need to copy exception objects when handing them back from an activity().
Reimplemented from cException.