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