Exception handler for MeshViz XLM. More...
#include <MeshVizXLM/MiAbstractMethodError.h>
Public Member Functions | |
MiAbstractMethodError (std::string methodName) | |
std::string | getError () |
virtual const char * | what () const throw () |
~MiAbstractMethodError () throw () |
This class is used when throwing exceptions in methods that were not (but should have been) overloaded by the application.
MiAbstractMethodError::MiAbstractMethodError | ( | std::string | methodName | ) | [inline] |
Constructor.
MiAbstractMethodError::~MiAbstractMethodError | ( | ) | throw () [inline] |
std::string MiAbstractMethodError::getError | ( | ) | [inline] |
Returns the string containing the name of the method which is not overloaded.
virtual const char* MiAbstractMethodError::what | ( | ) | const throw () [inline, virtual] |
Returns the c-string containing the name of the method which is not overloaded.