Opened 9 years ago

Closed 9 years ago

#24014 closed Cleanup/optimization (fixed)

Unify OGRException and GDALException

Reported by: Claude Paroz Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

OGRException and GDALException are basically the same thing, as they both refer to exceptions related to the GDAL library. The OGR/GDAL names are an internal distinction depending on technical issues which are not much significant to the API user. I therefore suggest to keep only GDALException, while keeping OGRException as an alias for backwards compatibility.

Change History (3)

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Claude Paroz <claude@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 9c1f501d7b392db84fe1b0f0e74947e806d7eefb:

Fixed #24014 -- Unified OGRException and GDALException

Thanks Tim Graham for the review.

Note: See TracTickets for help on using tickets.
Back to Top