Package hdf.hdflib

Class HDFNotImplementedException

  • All Implemented Interfaces:
    java.io.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 Detail

      • HDFNotImplementedException

        public HDFNotImplementedException()
      • HDFNotImplementedException

        public HDFNotImplementedException​(java.lang.String s)