public class HDF5AttributeException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_ATTR
Constructor and Description |
---|
HDF5AttributeException(int majorErrorNumber,
java.lang.String majorErrorMessage,
int minorErrorNumber,
java.lang.String minorErrorMessage)
Constructs an
HDF5AttributeException with the specified detail message. |
getHDF5ErrorStackAsString, getMajorError, getMajorErrorNumber, getMessage, getMinorError, getMinorErrorNumber, printStackTrace, printStackTrace
public HDF5AttributeException(int majorErrorNumber, java.lang.String majorErrorMessage, int minorErrorNumber, java.lang.String minorErrorMessage)
HDF5AttributeException
with the specified detail message.majorErrorNumber
- The major error number of the HDF5 library.majorErrorMessage
- The error message for the major error number of the HDF5 library.minorErrorNumber
- The minor error number of the HDF5 library.minorErrorMessage
- The error message for the minor error number of the HDF5 library.