Package hdf.hdflib
Class HDFNotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hdf.hdflib.HDFException
hdf.hdflib.HDFJavaException
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:
- Serialized Form
-
Field Summary
Fields inherited from class hdf.hdflib.HDFException
HDFerror, HDFExceptionMessage, HDFMessage, OutOfMemoryMessage
-
Constructor Summary
-
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
-