Class HDFException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HDFJavaException

public class HDFException extends Exception

The class HDFException returns errors from the HDF library.

Two sub-classes of HDFException are defined:

  1. HDFLibraryException -- errors raised the HDF library code
  2. HDFJavaException -- errors raised the HDF Java wrapper code

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.

See Also: