16#ifndef GEOS_ALGORITHM_NOTREPRESENTABLEEXCEPTION_H
17#define GEOS_ALGORITHM_NOTREPRESENTABLEEXCEPTION_H
19#include <geos/export.h>
21#include <geos/util/GEOSException.h>
37 NotRepresentableException();
38 NotRepresentableException(std::string msg);
39 ~NotRepresentableException()
throw() {}
Base class for all GEOS exceptions.
Definition GEOSException.h:39
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25