16 #ifndef GEOS_UTIL_UNSUPPORTEDOPERATIONEXCEPTION_H
17 #define GEOS_UTIL_UNSUPPORTEDOPERATIONEXCEPTION_H
19 #include <geos/export.h>
23 #include <geos/util/GEOSException.h>
36 class GEOS_DLL UnsupportedOperationException:
public GEOSException {
38 UnsupportedOperationException()
40 GEOSException(
"UnsupportedOperationException",
"")
43 UnsupportedOperationException(
const std::string& msg)
45 GEOSException(
"UnsupportedOperationException", msg)
48 ~UnsupportedOperationException() throw() {}
55 #endif // GEOS_UTIL_UNSUPPORTEDOPERATIONEXCEPTION_H