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