HDFFV-10534

This commit is contained in:
Allen Byrne
2018-07-30 08:57:12 -05:00
parent e4741cd8f2
commit 49a8da4ea7

View File

@@ -30,7 +30,7 @@ package hdf.hdf5lib.exceptions;
* error code returned by the HDF5 library.
*
*/
public class HDF5Exception extends Exception {
public class HDF5Exception extends RuntimeException {
protected String detailMessage;
/**