All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----ncsa.hdf.hdflib.HDFException
The class HDFException returns errors from the HDF library.
Two sub-classes of HDFException are defined:
These exceptions will be sub-classed to represent specific error conditions, as needed.
The only specific exception currently defined is HDFNotImplementedException, indicating a function that is part of the HDF API, but which cannot or will not be implemented for Java.
public HDFException()
public HDFException(String s)
public HDFException(int err)
public String getMessage()
All Packages Class Hierarchy This Package Previous Next Index