![]() |
HDF5 Last Updated on 2025-11-06
The HDF5 Field Guide
|
The class HDF5LibraryException returns errors raised by the HDF5 library.
This sub-class represents HDF5 major error code H5E_ID
Inheritance diagram for HDF5IdException:Public Member Functions | |
| HDF5IdException () | |
| HDF5IdException (String s) | |
Public Member Functions inherited from HDF5LibraryException | |
| long | getMajorErrorNumber () |
| String | getMinorError (long err_code) |
| long | getMinorErrorNumber () |
| HDF5LibraryException () | |
| HDF5LibraryException (String s) | |
| void | printStackTrace () |
| void | printStackTrace (java.io.File f) |
Public Member Functions inherited from HDF5Exception | |
| String | getMessage () |
| HDF5Exception () | |
| HDF5Exception (String message) | |
Additional Inherited Members | |
Protected Attributes inherited from HDF5Exception | |
| String | detailMessage |