All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----ncsa.hdf.hdflib.HDFException

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.


Constructor Index

 o HDFException()
 o HDFException(int)
 o HDFException(String)

Method Index

 o getMessage()

Constructors

 o HDFException
 public HDFException()
 o HDFException
 public HDFException(String s)
 o HDFException
 public HDFException(int err)

Methods

 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index