The AbnormalProgramTermination can be used in an own signal handler. More...
#include <Exception.h>
Public Member Functions | |
| AbnormalProgramTermination (const AbnormalProgramTermination &inst) | |
| Construction. | |
| AbnormalProgramTermination () | |
| Construction. | |
| virtual | ~AbnormalProgramTermination () throw () |
| Destruction. | |
The AbnormalProgramTermination can be used in an own signal handler.
Definition at line 166 of file Exception.h.
| AbnormalProgramTermination::AbnormalProgramTermination | ( | ) |
| AbnormalProgramTermination::AbnormalProgramTermination | ( | const AbnormalProgramTermination & | inst | ) |
Construction.
Definition at line 198 of file Exception.cpp.
| virtual Base::AbnormalProgramTermination::~AbnormalProgramTermination | ( | ) | throw () [inline, virtual] |
Destruction.
Definition at line 174 of file Exception.h.
1.6.1