NeXusJavaBindings  1
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Public Member Functions
ncsa.hdf.hdflib.HDFNotImplementedException Class Reference
Inheritance diagram for ncsa.hdf.hdflib.HDFNotImplementedException:
Inheritance graph
Collaboration diagram for ncsa.hdf.hdflib.HDFNotImplementedException:
Collaboration graph

List of all members.

Public Member Functions

 HDFNotImplementedException ()
 HDFNotImplementedException (String s)
String getMessage ()
- Public Member Functions inherited from ncsa.hdf.hdflib.HDFJavaException
 HDFJavaException ()
 HDFJavaException (String s)
- Public Member Functions inherited from ncsa.hdf.hdflib.HDFException
 HDFException ()
 HDFException (String s)
 HDFException (int err)

Detailed Description

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.

Definition at line 26 of file HDFNotImplementedException.java.


Constructor & Destructor Documentation

ncsa.hdf.hdflib.HDFNotImplementedException.HDFNotImplementedException ( )

Definition at line 30 of file HDFNotImplementedException.java.

ncsa.hdf.hdflib.HDFNotImplementedException.HDFNotImplementedException ( String  s)

Definition at line 34 of file HDFNotImplementedException.java.


Member Function Documentation

String ncsa.hdf.hdflib.HDFNotImplementedException.getMessage ( )

Reimplemented from ncsa.hdf.hdflib.HDFJavaException.

Definition at line 38 of file HDFNotImplementedException.java.


The documentation for this class was generated from the following file: