OpenLexocad
27.0
|
#include <Exception.h>
Public Member Functions | |
AbortException (const char *sMessage) | |
Construction. More... | |
AbortException () | |
Construction. More... | |
AbortException (const AbortException &inst) | |
Construction. More... | |
virtual | ~AbortException () throw () |
Destruction. More... | |
virtual const char * | what () const throw () |
Description of the exception. More... | |
![]() | |
Exception (const char *sMessage, const char *detail) | |
Exception (void) | |
Exception (const Exception &inst) | |
virtual | ~Exception () throw () |
Exception & | operator= (const Exception &inst) |
virtual const char * | detail (void) const throw () |
void | ReportException (void) const |
void | SetMessage (const char *sMessage) |
Additional Inherited Members | |
![]() | |
std::string | _sErrMsg |
std::string | _sErrDetail |
The AbortException is thrown if a pending operation was aborted.
Base::AbortException::AbortException | ( | const char * | sMessage | ) |
Construction.
Base::AbortException::AbortException | ( | ) |
Construction.
Base::AbortException::AbortException | ( | const AbortException & | inst | ) |
Construction.
|
inlinevirtual |
Destruction.
|
virtual |
Description of the exception.
Reimplemented from Base::Exception.