![]() |
HDF5
1.15.0.a71c683
API Reference
|
The class HDF5LibraryException returns errors raised by the HDF5 library.
This sub-class represents HDF5 major error code H5E_FILE
Inheritance diagram for HDF5FileInterfaceException:
Collaboration diagram for HDF5FileInterfaceException:Public Member Functions | |
| HDF5FileInterfaceException () | |
| HDF5FileInterfaceException (String s) | |
Public Member Functions inherited from HDF5LibraryException | |
| HDF5LibraryException () | |
| HDF5LibraryException (String s) | |
| long | getMajorErrorNumber () |
| long | getMinorErrorNumber () |
| String | getMinorError (long err_code) |
| void | printStackTrace () |
| void | printStackTrace (java.io.File f) |
Public Member Functions inherited from HDF5Exception | |
| HDF5Exception () | |
| HDF5Exception (String message) | |
| String | getMessage () |
Additional Inherited Members | |
Protected Attributes inherited from HDF5Exception | |
| String | detailMessage |