|
Shapes
GIS made easy, a lightweight header-only planar geometry library for Modern C++
|
Exception thrown when a geometry error is found. More...
#include <exceptions.hpp>
Public Member Functions | |
| geometry_error (const std::string &reason) | |
| Creates a geometry error exception. More... | |
Public Member Functions inherited from simo::shapes::exceptions::shapes_exception | |
| shapes_exception (const char *reason) | |
| Creates a shapes exception. More... | |
| const char * | what () const noexceptoverride |
| Returns the exception reason. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from simo::shapes::exceptions::shapes_exception | |
| void | set_reason (const std::string &reason) |
| Set the exception reason. More... | |
Exception thrown when a geometry error is found.
Definition at line 121 of file exceptions.hpp.
|
inlineexplicit |
Creates a geometry error exception.
| reason | the exception reason |
Definition at line 131 of file exceptions.hpp.
1.8.11