OpenLexocad  27.0
Base::FailedNotDone Class Reference

#include <Exception.h>

Inheritance diagram for Base::FailedNotDone:
Base::Exception

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...
 
- Public Member Functions inherited from Base::Exception
 Exception (const char *sMessage, const char *detail)
 
 Exception (void)
 
 Exception (const Exception &inst)
 
virtual ~Exception () throw ()
 
Exceptionoperator= (const Exception &inst)
 
virtual const char * detail (void) const throw ()
 
void ReportException (void) const
 
void SetMessage (const char *sMessage)
 

Additional Inherited Members

- Protected Attributes inherited from Base::Exception
std::string _sErrMsg
 
std::string _sErrDetail
 

Detailed Description

The FailedNotDone is thrown if an algorithm failed

Constructor & Destructor Documentation

◆ FailedNotDone() [1/3]

Base::FailedNotDone::FailedNotDone ( const char *  sMessage)

Construction.

◆ FailedNotDone() [2/3]

Base::FailedNotDone::FailedNotDone ( )

Construction.

◆ FailedNotDone() [3/3]

Base::FailedNotDone::FailedNotDone ( const FailedNotDone inst)

Construction.

◆ ~FailedNotDone()

virtual Base::FailedNotDone::~FailedNotDone ( )
throw (
)
inlinevirtual

Destruction.

Member Function Documentation

◆ what()

virtual const char* Base::FailedNotDone::what ( ) const
throw (
)
virtual

Description of the exception.

Reimplemented from Base::Exception.


The documentation for this class was generated from the following file: