Package hdf.hdflib

Class HDFNotImplementedException

All Implemented Interfaces:
Serializable

public class HDFNotImplementedException extends HDFJavaException

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.

See Also:
Serialized Form
  • Constructor Details

    • HDFNotImplementedException

      public HDFNotImplementedException()
    • HDFNotImplementedException

      public HDFNotImplementedException(String s)
  • Method Details