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