public class HDF5ReferenceException extends HDF5LibraryException
Constructor and Description |
---|
HDF5ReferenceException(int majorErrorNumber,
java.lang.String majorErrorMessage,
int minorErrorNumber,
java.lang.String minorErrorMessage)
Constructs an
HDF5ReferenceException with the specified detail message. |
getHDF5ErrorStackAsString, getMajorError, getMajorErrorNumber, getMessage, getMinorError, getMinorErrorNumber, printStackTrace, printStackTrace
public HDF5ReferenceException(int majorErrorNumber, java.lang.String majorErrorMessage, int minorErrorNumber, java.lang.String minorErrorMessage)
HDF5ReferenceException
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.