Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
142 stars 69 forks source link

Throw exception instead of assert(false) #1195

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

Description of Changes

The enable asserts option has been removed from our TDS servers, so it is best that we use exceptions and not asserts for error handling.

PR Checklist