Package ncsa.hdf.hdflib
Class HDFNotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ncsa.hdf.hdflib.HDFException
ncsa.hdf.hdflib.HDFJavaException
ncsa.hdf.hdflib.HDFNotImplementedException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class ncsa.hdf.hdflib.HDFException
HDFExceptionMessage, HDFMessage, OutOfMemoryMessage
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HDFNotImplementedException
public HDFNotImplementedException() -
HDFNotImplementedException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classHDFJavaException
-