public class HDF5Exception
extends java.lang.RuntimeException
The class HDF5Exception returns errors from the Java HDF5 Interface.
Two sub-classes of HDF5Exception are defined:
These exceptions are sub-classed to represent specific error conditions, as needed. In particular, HDF5LibraryException has a sub-class for each major error code returned by the HDF5 library.
Constructor and Description |
---|
HDF5Exception()
Constructs an
HDF5Exception with no specified detail
message. |
HDF5Exception(java.lang.String message)
Constructs an
HDF5Exception with the specified detail
message. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the detail message of this exception
|