

Public Member Functions | |
| HDFJavaException () | |
| HDFJavaException (String s) | |
| String | getMessage () |
Public Member Functions inherited from ncsa.hdf.hdflib.HDFException | |
| HDFException () | |
| HDFException (String s) | |
| HDFException (int err) | |
| String | getMessage () |
Additional Inherited Members | |
Static Public Attributes inherited from ncsa.hdf.hdflib.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" |
The class HDFJavaException returns errors from the Java wrapper of theHDF library.
These errors include Java configuration errors, security violations, and resource exhaustion.
Definition at line 22 of file HDFJavaException.java.
| ncsa.hdf.hdflib.HDFJavaException.HDFJavaException | ( | ) |
Definition at line 26 of file HDFJavaException.java.
| ncsa.hdf.hdflib.HDFJavaException.HDFJavaException | ( | String | s | ) |
Definition at line 30 of file HDFJavaException.java.
| String ncsa.hdf.hdflib.HDFJavaException.getMessage | ( | ) |
Definition at line 34 of file HDFJavaException.java.
1.8.8