16 #ifndef GEOS_UTIL_ASSERTIONFAILEDEXCEPTION_H
17 #define GEOS_UTIL_ASSERTIONFAILEDEXCEPTION_H
19 #include <geos/export.h>
22 #include <geos/util/GEOSException.h>
30 class GEOS_DLL AssertionFailedException:
public GEOSException {
34 AssertionFailedException()
36 GEOSException(
"AssertionFailedException",
"")
39 AssertionFailedException(
const std::string& msg)
41 GEOSException(
"AssertionFailedException", msg)
44 ~AssertionFailedException() throw()
override {}
51 #endif // GEOS_UTIL_ASSERTIONFAILEDEXCEPTION_H