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