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