bengtmartensson / HarcHardware

HarcHardware is a collection of Java routines for accessing hardware, files, network resources etc.
http://www.harctoolbox.org/HarcHardware.html
GNU General Public License v3.0
3 stars 4 forks source link

Rework exception handling #2

Closed bengtmartensson closed 4 years ago

bengtmartensson commented 6 years ago

Should throw encapsulated, high-level exceptions, like HardwareNotReadyException, instead of IOException or SocketTimeoutException.

Replaces https://github.com/bengtmartensson/harctoolboxbundle/issues/47.