![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all MDSTk exceptions. More...
#include <mdsException.h>

Public Member Functions | |
| CException () throw () | |
| Exception constructor. | |
| virtual const char * | what () const throw () |
| Returns description of exception reason. | |
| virtual | ~CException () throw () |
| Virtual destructor. | |
Base class for all MDSTk exceptions.
| mds::base::CException::CException | ( | ) | throw () |
Exception constructor.
| virtual mds::base::CException::~CException | ( | ) | throw () [virtual] |
Virtual destructor.
| virtual const char* mds::base::CException::what | ( | ) | const throw () [virtual] |
Returns description of exception reason.
Reimplemented in mds::base::CNotImplemented, mds::base::CConstructorFailed, mds::base::CFunctionFailed, mds::base::Factory::CCannotCreate, mds::base::CFullException, and mds::base::CBadStaticAlloc.
1.7.6.1