Exception handler for MeshViz XLM. More...
#include <MeshVizXLM/MiAbstractMethodError.h>
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 () | |
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.
|
inline |
Constructor.
Definition at line 45 of file MiAbstractMethodError.h.
|
inline |
Definition at line 68 of file MiAbstractMethodError.h.
|
inline |
Returns the string containing the name of the method which is not overloaded.
Definition at line 55 of file MiAbstractMethodError.h.
|
inlinevirtual |
Returns the c-string containing the name of the method which is not overloaded.
Definition at line 63 of file MiAbstractMethodError.h.