22#include <geos/export.h>
24#include <geos/util/GEOSException.h>
39 ParseException(
const std::string& msg);
41 ParseException(
const std::string& msg,
const std::string& var);
43 ParseException(
const std::string& msg,
double num);
45 ~ParseException()
noexcept override {}
48 static std::string stringify(
double num);
Base class for all GEOS exceptions.
Definition GEOSException.h:37
Contains the interfaces for converting JTS objects to and from other formats.
Definition Geometry.h:65
Basic namespace for all GEOS functionalities.
Definition geos.h:39