![]() |
HDF
4.3.0
API Reference
|
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.
Inheritance diagram for HDFNotImplementedException:Public Member Functions | |
| HDFNotImplementedException () | |
| HDFNotImplementedException (String s) | |
Public Member Functions inherited from HDFJavaException | |
| HDFJavaException () | |
| HDFJavaException (String s) | |
Public Member Functions inherited from HDFException | |
| HDFException () | |
| HDFException (String message) | |
| HDFException (int err) | |
| String | getMessage () |
Additional Inherited Members | |
Static Public Attributes inherited from 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" |
Protected Attributes inherited from HDFException | |
| int | HDFerror |
| String | detailMessage |
| HDFNotImplementedException | ( | String | s | ) |
Constructs an HDFException with the specified unimplemented message.
| s | the additional message detail. |