All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFNotImplementedException

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

public class HDFNotImplementedException
extends HDFJavaException

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.


Constructor Index

 o HDFNotImplementedException()
 o HDFNotImplementedException(String)

Method Index

 o getMessage()

Constructors

 o HDFNotImplementedException
 public HDFNotImplementedException()
 o HDFNotImplementedException
 public HDFNotImplementedException(String s)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index