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