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