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