public class HDF5ReferenceException extends HDF5LibraryException
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. |
getHDF5ErrorStackAsString, getMajorErrorNumber, getMessage, getMinorError, getMinorErrorNumber, printStackTrace, printStackTrace
public HDF5ReferenceException()
HDF5ReferenceException
with no specified
detail message.public HDF5ReferenceException(java.lang.String s)
HDF5ReferenceException
with the specified
detail message.s
- the detail message.