public class HDF5SymbolTableException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_SYM
detailMessage| Constructor and Description |
|---|
HDF5SymbolTableException()
Constructs an
HDF5SymbolTableException with no
specified detail message. |
HDF5SymbolTableException(String s)
Constructs an
HDF5SymbolTableException with
the specified detail message. |
getMajorErrorNumber, getMinorError, getMinorErrorNumber, printStackTrace, printStackTracegetMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic HDF5SymbolTableException()
HDF5SymbolTableException with no
specified detail message.public HDF5SymbolTableException(String s)
HDF5SymbolTableException with
the specified detail message.s - the detail message.