ncsa.hdf.hdflib
public class HDFLibraryException extends HDFException
The class HDFException returns errors raised by the HDF library.
In principle, this includes any and all errors possible from the HDF library. However, most error conditions are not yet detected in this version of the Java interface. This will be added in future releases. The only HDF library error currently raised are errors in Hopen, such as ``file not found''.
HDFExceptionMessage, HDFMessage, OutOfMemoryMessage
Constructor and Description |
---|
HDFLibraryException() |
HDFLibraryException(int err) |
HDFLibraryException(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
public HDFLibraryException()
public HDFLibraryException(java.lang.String s)
public HDFLibraryException(int err)
public java.lang.String getMessage()
getMessage
in class HDFException