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