OpenLexocad
27.0
|
#include <Exception.h>
Public Member Functions | |
FailedNotDone (const char *sMessage) | |
Construction. More... | |
FailedNotDone () | |
Construction. More... | |
FailedNotDone (const FailedNotDone &inst) | |
Construction. More... | |
virtual | ~FailedNotDone () 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 FailedNotDone is thrown if an algorithm failed
Base::FailedNotDone::FailedNotDone | ( | const char * | sMessage | ) |
Construction.
Base::FailedNotDone::FailedNotDone | ( | ) |
Construction.
Base::FailedNotDone::FailedNotDone | ( | const FailedNotDone & | inst | ) |
Construction.
|
inlinevirtual |
Destruction.
|
virtual |
Description of the exception.
Reimplemented from Base::Exception.