NeXusJavaBindings  1
Public Member Functions | List of all members
ncsa.hdf.hdflib.HDFNotImplementedException Class Reference
Inheritance diagram for ncsa.hdf.hdflib.HDFNotImplementedException:
Inheritance graph
Collaboration diagram for ncsa.hdf.hdflib.HDFNotImplementedException:
Collaboration graph

Public Member Functions

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

Additional Inherited Members

- Static Public Attributes inherited from ncsa.hdf.hdflib.HDFException
static final String OutOfMemoryMessage ="ERROR: HDF Library: Out of memory"
 
static final String HDFExceptionMessage ="ERROR: HDF Library Error"
 
static final String HDFMessage ="ERROR: Unknown HDF Error"
 

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 ( )

Definition at line 38 of file HDFNotImplementedException.java.


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