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