public class HDF5LowLevelIOException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_IO
| Constructor and Description |
|---|
HDF5LowLevelIOException()
Constructs an
HDF5LowLevelIOException with no specified
detail message. |
HDF5LowLevelIOException(java.lang.String s)
Constructs an
HDF5LowLevelIOException with the specified
detail message. |
getHDF5ErrorStackAsString, getMajorErrorNumber, getMessage, getMinorError, getMinorErrorNumber, printStackTrace, printStackTracepublic HDF5LowLevelIOException()
HDF5LowLevelIOException with no specified
detail message.public HDF5LowLevelIOException(java.lang.String s)
HDF5LowLevelIOException with the specified
detail message.s - the detail message.