Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
HDFNotImplementedException Class Reference

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.

+ 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
 

Constructor & Destructor Documentation

◆ HDFNotImplementedException() [1/2]

◆ HDFNotImplementedException() [2/2]

Constructs an HDFException with the specified unimplemented message.

Parameters
sthe additional message detail.

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