Package hdf.hdflib
Class HDFJavaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hdf.hdflib.HDFException
-
- hdf.hdflib.HDFJavaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HDFNotImplementedException
public class HDFJavaException extends HDFException
The class HDFJavaException returns errors from the Java wrapper of theHDF library.
These errors include Java configuration errors, security violations, and resource exhaustion.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class hdf.hdflib.HDFException
HDFerror, HDFExceptionMessage, HDFMessage, OutOfMemoryMessage
-
-
Constructor Summary
Constructors Constructor Description HDFJavaException()
HDFJavaException(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 classHDFException
-
-