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