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.
detailMessage, HDFerror, HDFExceptionMessage, HDFMessage, OutOfMemoryMessage
Constructor and Description |
---|
HDFNotImplementedException() |
HDFNotImplementedException(java.lang.String s)
Constructs an
HDFException with the specified unimplemented
message. |
getMessage