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