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