|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception ncsa.hdf.hdf5lib.exceptions.HDF5Exception ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException ncsa.hdf.hdf5lib.exceptions.HDF5DataspaceInterfaceException
public class HDF5DataspaceInterfaceException
The class HDF5LibraryException returns errors raised by the HDF5 library.
This sub-class represents HDF-5 major error code H5E_DATASPACE
Field Summary |
---|
Fields inherited from class ncsa.hdf.hdf5lib.exceptions.HDF5Exception |
---|
detailMessage |
Constructor Summary | |
---|---|
HDF5DataspaceInterfaceException()
Constructs an HDF5DataspaceInterfaceException with
no specified detail message. |
|
HDF5DataspaceInterfaceException(String s)
Constructs an HDF5DataspaceInterfaceException with
the specified detail message. |
Method Summary |
---|
Methods inherited from class ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException |
---|
getMajorErrorNumber, getMinorError, getMinorErrorNumber, printStackTrace, printStackTrace |
Methods inherited from class ncsa.hdf.hdf5lib.exceptions.HDF5Exception |
---|
getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HDF5DataspaceInterfaceException()
HDF5DataspaceInterfaceException
with
no specified detail message.
public HDF5DataspaceInterfaceException(String s)
HDF5DataspaceInterfaceException
with
the specified detail message.
s
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |