Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
MiAbstractMethodError Class Reference

MeshViz Exception handler for MeshViz XLM. More...

#include <MeshVizXLM/MiAbstractMethodError.h>

+ Inheritance diagram for MiAbstractMethodError:

Public Member Functions

 MiAbstractMethodError (std::string methodName)
 Constructor.
 
std::string getError ()
 Returns the string containing the name of the method which is not overloaded.
 
virtual const char * what () const throw ()
 Returns the c-string containing the name of the method which is not overloaded.
 
 ~MiAbstractMethodError () throw ()
 

Detailed Description

MeshViz Exception handler for MeshViz XLM.

This class is used when throwing exceptions in methods that were not (but should have been) overloaded by the application.

Definition at line 39 of file MiAbstractMethodError.h.

Constructor & Destructor Documentation

◆ MiAbstractMethodError()

MiAbstractMethodError::MiAbstractMethodError ( std::string  methodName)
inline

Constructor.

Definition at line 45 of file MiAbstractMethodError.h.

◆ ~MiAbstractMethodError()

MiAbstractMethodError::~MiAbstractMethodError ( )
throw (
)
inline

Definition at line 68 of file MiAbstractMethodError.h.

Member Function Documentation

◆ getError()

std::string MiAbstractMethodError::getError ( )
inline

Returns the string containing the name of the method which is not overloaded.

Definition at line 55 of file MiAbstractMethodError.h.

◆ what()

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

Returns the c-string containing the name of the method which is not overloaded.

Definition at line 63 of file MiAbstractMethodError.h.


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