Public Member Functions | |
HDFNotImplementedException () | |
HDFNotImplementedException (String s) | |
String | getMessage () |
![]() | |
HDFJavaException () | |
HDFJavaException (String s) | |
![]() | |
HDFException () | |
HDFException (String s) | |
HDFException (int err) |
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.
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.
String ncsa.hdf.hdflib.HDFNotImplementedException.getMessage | ( | ) |
Reimplemented from ncsa.hdf.hdflib.HDFJavaException.
Definition at line 38 of file HDFNotImplementedException.java.