All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----ncsa.hdf.hdflib.HDFException | +----ncsa.hdf.hdflib.HDFJavaException | +----ncsa.hdf.hdflib.HDFNotImplementedException
HDFNotImplementedException indicates a function that is part of the HDF API, but which cannot or will not be implemented for Java.
For instance, C routines which take Unix FILE objects as parameters are not appropriate for the Java interface and will not be implemented. These routines will raise an HDFNotImplementedException.
public HDFNotImplementedException()
public HDFNotImplementedException(String s)
public String getMessage()
All Packages Class Hierarchy This Package Previous Next Index