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