HDF5 2.0.0.258fa78
API Reference
|
The class HDF5LibraryException returns errors raised by the HDF5 library.
This sub-class represents HDF5 major error code H5E_REFERENCE
Public Member Functions | |
HDF5ReferenceException () | |
HDF5ReferenceException (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 |