Exception handler for MeshViz XLM. More...
#include <MeshVizXLM/MiCancellationException.h>
Public Member Functions | |
MiCancellationException (std::string algorithmName) | |
virtual const char * | what () const throw () |
~MiCancellationException () throw () |
This class is used when throwing an exception when an algorithm is cancelled.
MiCancellationException::MiCancellationException | ( | std::string | algorithmName | ) | [inline] |
Constructor.
MiCancellationException::~MiCancellationException | ( | ) | throw () [inline] |
virtual const char* MiCancellationException::what | ( | ) | const throw () [inline, virtual] |
Returns the c-string containing the name of the algorithm that has been cancelled.