![]() |
HDF
4.3.0
API Reference
|
The class HDFJavaException returns errors from the Java wrapper of theHDF library.
These errors include Java configuration errors, security violations, and resource exhaustion.
Inheritance diagram for HDFJavaException:Public Member Functions | |
| HDFJavaException () | |
| HDFJavaException (String s) | |
Public Member Functions inherited from HDFException | |
| HDFException () | |
| HDFException (String message) | |
| HDFException (int err) | |
| String | getMessage () |
Additional Inherited Members | |
Static Public Attributes inherited from HDFException | |
| static final String | OutOfMemoryMessage = "ERROR: HDF Library: Out of memory" |
| static final String | HDFExceptionMessage = "ERROR: HDF Library Error" |
| static final String | HDFMessage = "ERROR: Unknown HDF Error" |
Protected Attributes inherited from HDFException | |
| int | HDFerror |
| String | detailMessage |
| HDFJavaException | ( | ) |
Constructs an HDFJavaException with no specified detail message.
| HDFJavaException | ( | String | s | ) |
Constructs an HDFJavaException with the specified detail message.
| s | the detail message. |