Public Member Functions | |
HDFException () | |
HDFException (String s) | |
HDFException (int err) | |
String | getMessage () |
Static Public Attributes | |
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 HDFException returns errors from the HDF library.
Two sub-classes of HDFException are defined:
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.
Definition at line 36 of file HDFException.java.
ncsa.hdf.hdflib.HDFException.HDFException | ( | ) |
Definition at line 46 of file HDFException.java.
ncsa.hdf.hdflib.HDFException.HDFException | ( | String | s | ) |
Definition at line 50 of file HDFException.java.
ncsa.hdf.hdflib.HDFException.HDFException | ( | int | err | ) |
Definition at line 54 of file HDFException.java.
String ncsa.hdf.hdflib.HDFException.getMessage | ( | ) |
Reimplemented in ncsa.hdf.hdflib.HDFNotImplementedException, and ncsa.hdf.hdflib.HDFJavaException.
Definition at line 58 of file HDFException.java.
Referenced by org.nexusformat.NexusFile.getattr(), org.nexusformat.NexusFile.getdata(), org.nexusformat.NexusFile.getslab(), org.nexusformat.NexusFile.putattr(), org.nexusformat.NexusFile.putdata(), and org.nexusformat.NexusFile.putslab().
|
static |
Definition at line 40 of file HDFException.java.
|
static |
Definition at line 41 of file HDFException.java.
|
static |
Definition at line 39 of file HDFException.java.