public class HDF5ReferenceException extends HDF5LibraryException
detailMessage| Constructor and Description |
|---|
HDF5ReferenceException()
Constructs an
HDF5ReferenceException with
no specified detail message. |
HDF5ReferenceException(String s)
Constructs an
HDF5ReferenceException with
the specified detail message. |
getMajorErrorNumber, getMinorError, getMinorErrorNumber, printStackTrace, printStackTracegetMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic HDF5ReferenceException()
HDF5ReferenceException with
no specified detail message.public HDF5ReferenceException(String s)
HDF5ReferenceException with
the specified detail message.s - the detail message.