16 #ifndef GEOS_ALGORITHM_NOTREPRESENTABLEEXCEPTION_H
17 #define GEOS_ALGORITHM_NOTREPRESENTABLEEXCEPTION_H
19 #include <geos/export.h>
21 #include <geos/util/GEOSException.h>
35 class GEOS_DLL NotRepresentableException:
public util::GEOSException {
37 NotRepresentableException();
38 NotRepresentableException(std::string msg);
39 ~NotRepresentableException() throw()
override {}