public class HDF5ReferenceException extends HDF5LibraryException
detailMessage| Constructor and Description |
|---|
HDF5ReferenceException()
Constructs an
HDF5ReferenceException with
no specified detail message. |
HDF5ReferenceException(java.lang.String s)
Constructs an
HDF5ReferenceException with
the specified detail message. |
getMajorErrorNumber, getMinorError, getMinorErrorNumber, printStackTrace, printStackTracegetMessagepublic HDF5ReferenceException()
HDF5ReferenceException with
no specified detail message.public HDF5ReferenceException(java.lang.String s)
HDF5ReferenceException with
the specified detail message.s - the detail message.