ncsa.hdf.hdflib
Class HDFJavaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ncsa.hdf.hdflib.HDFException
ncsa.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HDFJavaException
public HDFJavaException()
HDFJavaException
public HDFJavaException(java.lang.String s)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class HDFException