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:
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
-
-
Field Summary
-
Fields inherited from class hdf.hdflib.HDFException
HDFerror, HDFExceptionMessage, HDFMessage, OutOfMemoryMessage
-
-
Constructor Summary
Constructors Constructor Description HDFNotImplementedException()
HDFNotImplementedException(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classHDFJavaException
-
-