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