public class HDF5FunctionEntryExitException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_FUNC
Constructor and Description |
---|
HDF5FunctionEntryExitException()
Constructs an
HDF5FunctionEntryExitException with no
specified detail message. |
HDF5FunctionEntryExitException(java.lang.String s)
Constructs an
HDF5FunctionEntryExitException with the
specified detail message. |
getHDF5ErrorStackAsString, getMajorErrorNumber, getMessage, getMinorError, getMinorErrorNumber, printStackTrace, printStackTrace
public HDF5FunctionEntryExitException()
HDF5FunctionEntryExitException
with no
specified detail message.public HDF5FunctionEntryExitException(java.lang.String s)
HDF5FunctionEntryExitException
with the
specified detail message.s
- the detail message.