30class GEOS_DLL AssertionFailedException:
public GEOSException {
34 AssertionFailedException()
36 GEOSException(
"AssertionFailedException",
"")
39 AssertionFailedException(
const std::string& msg)
41 GEOSException(
"AssertionFailedException", msg)
44 ~AssertionFailedException()
throw() {}