17#include <geos/export.h>
20#include <geos/util/GEOSException.h>
26class GEOS_DLL IllegalStateException:
public GEOSException {
28 IllegalStateException()
30 GEOSException(
"IllegalStateException",
"")
33 IllegalStateException(
const std::string& msg)
35 GEOSException(
"IllegalStateException", msg)
38 ~IllegalStateException()
noexcept override {}
Utility classes for GEOS.
Definition namespaces.h:314
Basic namespace for all GEOS functionalities.
Definition geos.h:39