|
GEOS
|
Geos Exception used in GEOS_THROW. More...
#include <GeosExceptions.hpp>

Public Member Functions | |
| 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... | |
Geos Exception used in GEOS_THROW.
Definition at line 29 of file GeosExceptions.hpp.
|
inline |
Constructor.
| what | The error message describing the exception |
Definition at line 38 of file GeosExceptions.hpp.
|
noexcept |
Prepare and cache the formatted exception message.
| msg | Error message logger for structured error reporting |
|
inlinefinaloverridevirtualnoexcept |
System fallback to get description content if error system does not achieve to output the ErrorMsg can also provide exception information to debuggers.
Definition at line 48 of file GeosExceptions.hpp.