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