20#ifndef GEOS_IO_PARSEEXCEPTION_H
21#define GEOS_IO_PARSEEXCEPTION_H
23#include <geos/export.h>
25#include <geos/util/GEOSException.h>
41 ParseException(
const std::string& msg);
43 ParseException(
const std::string& msg,
const std::string& var);
45 ParseException(
const std::string& msg,
double num);
47 ~ParseException()
throw() {}
50 static std::string stringify(
double num);
Base class for all GEOS exceptions.
Definition GEOSException.h:39
Contains the interfaces for converting JTS objects to and from other formats.
Definition Geometry.h:56
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25