public class HDF5InternalErrorException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_INTERNAL
detailMessage| Constructor and Description |
|---|
HDF5InternalErrorException()
Constructs an
HDF5InternalErrorException with
no specified detail message. |
HDF5InternalErrorException(String s)
Constructs an
HDF5InternalErrorException with
the specified detail message. |
getMajorErrorNumber, getMinorError, getMinorErrorNumber, printStackTrace, printStackTracegetMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic HDF5InternalErrorException()
HDF5InternalErrorException with
no specified detail message.public HDF5InternalErrorException(String s)
HDF5InternalErrorException with
the specified detail message.s - the detail message.