[geos-devel] GEOS Exceptions

Niki Spahiev niki.spahiev at gmail.com
Mon Apr 18 11:29:10 EDT 2005


You has to catch by pointer and then delete exception

catch( geos::GEOSException * e ) {
    ....
    delete e;
}

HTH
Niki Spahiev



More information about the geos-devel mailing list