public class HDF5HeapException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_HEAP
Constructor and Description |
---|
HDF5HeapException(int majorErrorNumber,
java.lang.String majorErrorMessage,
int minorErrorNumber,
java.lang.String minorErrorMessage)
Constructs an
HDF5HeapException with the specified detail message. |
getHDF5ErrorStackAsString, getMajorError, getMajorErrorNumber, getMessage, getMinorError, getMinorErrorNumber, printStackTrace, printStackTrace
public HDF5HeapException(int majorErrorNumber, java.lang.String majorErrorMessage, int minorErrorNumber, java.lang.String minorErrorMessage)
HDF5HeapException
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.