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