MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Exception thrown from a failed constructor. More...
#include <mdsException.h>
Public Member Functions | |
CNotImplemented () throw () | |
virtual const char * | what () const throw () |
Returns description of exception reason. | |
virtual | ~CNotImplemented () throw () |
Exception thrown from a failed constructor.
mds::base::CNotImplemented::CNotImplemented | ( | ) | throw () |
virtual mds::base::CNotImplemented::~CNotImplemented | ( | ) | throw () [virtual] |
virtual const char* mds::base::CNotImplemented::what | ( | ) | const throw () [virtual] |
Returns description of exception reason.
Reimplemented from mds::base::CException.