|
GEOS
|
Exception class used to report bad GEOS state. More...
#include <GeosExceptions.hpp>

Public Member Functions | |
| LogicError (std::string const &what) | |
| Constructor. More... | |
| LogicError () | |
| Default constructor. | |
Public Member Functions inherited from geos::Exception | |
| Exception (std::string const &what) | |
| Constructor. More... | |
| virtual char const * | what () const noexcept override final |
| System fallback to get description content if error system does not achieve to output the ErrorMsg can also provide exception information to debuggers. More... | |
| void | prepareWhat (DiagnosticMsg &msg) noexcept |
| Prepare and cache the formatted exception message. More... | |
Exception class used to report bad GEOS state.
Definition at line 82 of file GeosExceptions.hpp.
|
inline |