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