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