Exception | Description |
---|---|
HdfBrokenLinkException |
Thrown when a broken link is attempted to be resolved.
|
HdfChecksumMismatchException |
Exception to indicate and invalid checksum has been detected.
|
HdfException |
Superclass of all exceptions thrown by jHDF.
|
HdfFilterException |
Exception to be thrown when operations involving filters fail.
|
HdfInvalidPathException |
Thrown when a path inside a HDF5 file is invalid.
|
HdfTypeException | |
InMemoryHdfException |
Exception to be thrown if an operation is attempted on an in-memory file which only makes sense for a file backed
file.
|
InvalidSliceHdfException | |
UnsupportedHdfException |
All exceptions extend HdfException
which is a
RuntimeException
this is intended to make the library
easier to use.