#include <GeometryException.hpp>
Inherits std::exception.
Public Member Functions | |
GeometryException (const std::string &err="", const std::string &funcname="") | |
Constructor with error string and calling function name. | |
GeometryException (const GeometryException &e) | |
Copy Constructor. | |
~GeometryException () throw () | |
Exception destructor. | |
std::string | errorString () const |
Getter for str. | |
virtual const char * | what () const throw () |
Standard exception function overrinding. |
Definition at line 52 of file GeometryException.hpp.
kn::GeometryException::GeometryException | ( | const std::string & | err = "" , |
|
const std::string & | funcname = "" | |||
) |
Constructor with error string and calling function name.
err | Error string | |
funcname | calling function name |
Definition at line 37 of file GeometryException.cpp.
kn::GeometryException::GeometryException | ( | const GeometryException & | e | ) |
kn::GeometryException::~GeometryException | ( | ) | throw () [inline] |
std::string kn::GeometryException::errorString | ( | ) | const [inline] |
Getter for str.
Definition at line 85 of file GeometryException.hpp.
virtual const char* kn::GeometryException::what | ( | ) | const throw () [inline, virtual] |
Standard exception function overrinding.
Definition at line 90 of file GeometryException.hpp.