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