37class GEOS_DLL GEOSException:
public std::runtime_error {
43 std::runtime_error(
"Unknown error")
46 GEOSException(std::string
const& msg)
48 std::runtime_error(msg)
51 GEOSException(std::string
const& name, std::string
const& msg)
53 std::runtime_error(name +
": " + msg)