Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MiCancellationException Class Reference

MeshViz Exception handler for MeshViz XLM. More...

#include <MeshVizXLM/MiCancellationException.h>

+ Inheritance diagram for MiCancellationException:

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 ()
 

Detailed Description

MeshViz 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.

Constructor & Destructor Documentation

◆ MiCancellationException()

MiCancellationException::MiCancellationException ( std::string  algorithmName)
inline

Constructor.

Definition at line 43 of file MiCancellationException.h.

◆ ~MiCancellationException()

MiCancellationException::~MiCancellationException ( )
throw (
)
inline

Definition at line 58 of file MiCancellationException.h.

Member Function Documentation

◆ what()

virtual const char * MiCancellationException::what ( ) const
throw (
)
inlinevirtual

Returns the c-string containing the name of the algorithm that has been cancelled.

Definition at line 53 of file MiCancellationException.h.


The documentation for this class was generated from the following file: