16 #ifndef GEOS_UTIL_GEOSEXCEPTION_H
17 #define GEOS_UTIL_GEOSEXCEPTION_H
19 #include <geos/export.h>
25 #pragma warning(disable: 4251)
26 #pragma warning(disable: 4275)
44 std::runtime_error(
"Unknown error")
49 std::runtime_error(msg)
52 GEOSException(std::string
const& name, std::string
const& msg)
54 std::runtime_error(name +
": " + msg)
Base class for all GEOS exceptions.
Definition: GEOSException.h:38
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26