public class HDF5DatatypeInterfaceException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_DATATYPE
Constructor and Description |
---|
HDF5DatatypeInterfaceException()
Constructs an
HDF5DatatypeInterfaceException with no
specified detail message. |
HDF5DatatypeInterfaceException(java.lang.String s)
Constructs an
HDF5DatatypeInterfaceException with the
specified detail message. |
getHDF5ErrorStackAsString, getMajorErrorNumber, getMessage, getMinorError, getMinorErrorNumber, printStackTrace, printStackTrace
public HDF5DatatypeInterfaceException()
HDF5DatatypeInterfaceException
with no
specified detail message.public HDF5DatatypeInterfaceException(java.lang.String s)
HDF5DatatypeInterfaceException
with the
specified detail message.s
- the detail message.