public class HDF5LowLevelIOException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_IO
detailMessage| Constructor and Description |
|---|
HDF5LowLevelIOException()
Constructs an
HDF5LowLevelIOException with
no specified detail message. |
HDF5LowLevelIOException(String s)
Constructs an
HDF5LowLevelIOException with
the specified detail message. |
getMajorErrorNumber, getMinorError, getMinorErrorNumber, printStackTrace, printStackTracegetMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic HDF5LowLevelIOException()
HDF5LowLevelIOException with
no specified detail message.public HDF5LowLevelIOException(String s)
HDF5LowLevelIOException with
the specified detail message.s - the detail message.