20 #ifndef GEOS_IO_PARSEEXCEPTION_H
21 #define GEOS_IO_PARSEEXCEPTION_H
23 #include <geos/export.h>
25 #include <geos/util/GEOSException.h>
50 static std::string stringify(
double num);
56 #endif // #ifndef GEOS_IO_PARSEEXCEPTION_H
Notifies a parsing error.
Definition: ParseException.h:34
Base class for all GEOS exceptions.
Definition: GEOSException.h:38