saalfeldlab / n5

Not HDF5
BSD 2-Clause "Simplified" License
163 stars 22 forks source link

fix: wrap unchecked IOExceptions as well (such as AccessDenied) #110

Closed cmhulbert closed 1 year ago

cmhulbert commented 1 year ago

AccessDeniedExceptions are UncheckedIOExceptions, and were not being wrapped by N5IOExceptions. This causes unexpected errors, such as deepList failing when unable to read nested n5 groups.