All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFLibraryException

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

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''.


Constructor Index

 o HDFLibraryException()
 o HDFLibraryException(int)
 o HDFLibraryException(String)

Method Index

 o getMessage()

Constructors

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index