The AbortException is thrown if a pending operation was aborted. More...
#include <Exception.h>
Public Member Functions | |
| AbortException (const AbortException &inst) | |
| Construction. | |
| AbortException () | |
| Construction. | |
| AbortException (const char *sMessage) | |
| Construction. | |
| virtual const char * | what () const throw () |
| Description of the exception. | |
| virtual | ~AbortException () throw () |
| Destruction. | |
The AbortException is thrown if a pending operation was aborted.
Definition at line 64 of file Exception.h.
| AbortException::AbortException | ( | const char * | sMessage | ) |
Construction.
Definition at line 77 of file Exception.cpp.
| AbortException::AbortException | ( | ) |
| AbortException::AbortException | ( | const AbortException & | inst | ) |
Construction.
Definition at line 87 of file Exception.cpp.
| virtual Base::AbortException::~AbortException | ( | ) | throw () [inline, virtual] |
Destruction.
Definition at line 74 of file Exception.h.
| const char * AbortException::what | ( | void | ) | const throw () [virtual] |
Description of the exception.
Reimplemented from Base::Exception.
Definition at line 92 of file Exception.cpp.
1.6.1