18 #include <geos/export.h> 24 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 25 #pragma warning(disable: 4275) // warning C4275: non-DLL-interface std::exception used as base for DLL-interface GEOSException 43 std::runtime_error(
"Unknown error")
48 std::runtime_error(msg)
51 GEOSException(std::string
const& name, std::string
const& msg)
53 std::runtime_error(name +
": " + msg)
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Base class for all GEOS exceptions.
Definition: GEOSException.h:37