MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Exception thrown when you are trying increase size of a static memory block. More...
#include <mdsStaticData.h>
Public Member Functions | |
CBadStaticAlloc () throw () | |
virtual const char * | what () const throw () |
Returns description of exception reason. | |
virtual | ~CBadStaticAlloc () throw () |
Exception thrown when you are trying increase size of a static memory block.
mds::base::CBadStaticAlloc::CBadStaticAlloc | ( | ) | throw () |
virtual mds::base::CBadStaticAlloc::~CBadStaticAlloc | ( | ) | throw () [virtual] |
virtual const char* mds::base::CBadStaticAlloc::what | ( | ) | const throw () [virtual] |
Returns description of exception reason.
Reimplemented from mds::base::CException.