Shapes
GIS made easy, a lightweight header-only planar geometry library for Modern C++
|
Exception thrown when method or routine is not implemented. More...
#include <exceptions.hpp>
Public Member Functions | |
not_implemented_error () | |
Creates a not implemented error exception. More... | |
not_implemented_error (const std::string &reason) | |
Creates a not implemented error exception. More... | |
![]() | |
shapes_exception (const char *reason) | |
Creates a shapes exception. More... | |
const char * | what () const noexceptoverride |
Returns the exception reason. More... | |
Additional Inherited Members | |
![]() | |
void | set_reason (const std::string &reason) |
Set the exception reason. More... | |
Exception thrown when method or routine is not implemented.
Definition at line 89 of file exceptions.hpp.
|
inline |
|
inlineexplicit |
Creates a not implemented error exception.
reason | the reason message |
Definition at line 109 of file exceptions.hpp.