|
||||||||||
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.HDF5DataStorageException
public class HDF5DataStorageException
The class HDF5LibraryException returns errors raised by the HDF5 library.
This sub-class represents HDF-5 major error code H5E_STORAGE
Field Summary |
---|
Fields inherited from class ncsa.hdf.hdf5lib.exceptions.HDF5Exception |
---|
detailMessage |
Constructor Summary | |
---|---|
HDF5DataStorageException()
Constructs an HDF5DataStorageExceptionn with
no specified detail message. |
|
HDF5DataStorageException(String s)
Constructs an HDF5DataStorageException 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 HDF5DataStorageException()
HDF5DataStorageExceptionn
with
no specified detail message.
public HDF5DataStorageException(String s)
HDF5DataStorageException
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 |