Package hdf.hdflib
Class HDFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hdf.hdflib.HDFException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HDFJavaException
,HDFLibraryException
The class HDFException returns errors from the HDF library.
Two sub-classes of HDFException are defined:
- HDFLibraryException -- errors raised the HDF library code
- HDFJavaException -- errors raised the HDF Java wrapper code
These exceptions will be sub-classed to represent specific error conditions, as needed.
The only specific exception currently defined is HDFNotImplementedException, indicating a function that is part of the HDF API, but which cannot or will not be implemented for Java.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
OutOfMemoryMessage
- See Also:
- Constant Field Values
-
HDFExceptionMessage
- See Also:
- Constant Field Values
-
HDFMessage
- See Also:
- Constant Field Values
-
HDFerror
protected int HDFerror -
msg
-
-
Constructor Details
-
HDFException
public HDFException() -
HDFException
-
HDFException
public HDFException(int err)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-