![]() |
HDF5 1.14.6
API Reference
|
long getMajorErrorNumber | ( | ) |
Get the major error number of the first error on the HDF5 library error stack.
Return an error message for the minor error number.
These messages come from Error Handling (H5E).
err_code | the error code |
long getMinorErrorNumber | ( | ) |
Get the minor error number of the first error on the HDF5 library error stack.
Constructs an HDF5AttributeException
with no specified detail message.
Constructs an HDF5AttributeException
with the specified detail message.
s | the detail message. |
Constructs an HDF5BtreeException
with no specified detail message.
HDF5BtreeException | ( | String | s | ) |
Constructs an HDF5BtreeException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DataFiltersException
with no specified detail message.
Constructs an HDF5DataFiltersException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DatasetInterfaceException
with no specified detail message.
Constructs an HDF5DatasetInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DataspaceInterfaceException
with no specified detail message.
Constructs an HDF5DataspaceInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DataStorageExceptionn
with no specified detail message.
Constructs an HDF5DataStorageException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DatatypeInterfaceException
with no specified detail message.
Constructs an HDF5DatatypeInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ExternalFileListException
with no specified detail message.
Constructs an HDF5ExternalFileListException
with the specified detail message.
s | the detail message. |
Constructs an HDF5FileInterfaceException
with no specified detail message.
Constructs an HDF5FileInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5FunctionArgumentException
with no specified detail message.
Constructs an HDF5FunctionArgumentException
with the specified detail message.
s | the detail message. |
Constructs an HDF5FunctionEntryExitException
with no specified detail message.
Constructs an HDF5FunctionEntryExitException
with the specified detail message.
s | the detail message. |
Constructs an HDF5HeapException
with no specified detail message.
HDF5HeapException | ( | String | s | ) |
Constructs an HDF5HeapException
with the specified detail message.
s | the detail message. |
HDF5IdException | ( | ) |
Constructs an HDF5IdException
with no specified detail message.
HDF5IdException | ( | String | s | ) |
Constructs an HDF5IdException
with the specified detail message.
s | the detail message. |
Constructs an HDF5InternalErrorException
with no specified detail message.
Constructs an HDF5InternalErrorException
with the specified detail message.
s | the detail message. |
Constructs an HDF5LibraryException
with no specified detail message.
Constructs an HDF5LibraryException
with the specified detail message.
s | the detail message. |
Constructs an HDF5LowLevelIOException
with no specified detail message.
Constructs an HDF5LowLevelIOException
with the specified detail message.
s | the detail message. |
Constructs an HDF5MetaDataCacheException
with no specified detail message.
Constructs an HDF5MetaDataCacheException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ObjectHeaderException
with no specified detail message.
Constructs an HDF5ObjectHeaderException
with the specified detail message.
s | the detail message. |
Constructs an HDF5PropertyListInterfaceException
with no specified detail message.
Constructs an HDF5PropertyListInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ReferenceException
with no specified detail message.
Constructs an HDF5ReferenceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ResourceUnavailableException
with no specified detail message.
Constructs an HDF5FunctionArgumentException
with the specified detail message.
s | the detail message. |
Constructs an HDF5SymbolTableException
with no specified detail message.
Constructs an HDF5SymbolTableException
with the specified detail message.
s | the detail message. |
void printStackTrace | ( | ) |
Prints this HDF5LibraryException
, the HDF5 Library error stack, and and the Java stack trace to the standard error stream.
void printStackTrace | ( | java.io.File | f | ) |
Prints this HDF5LibraryException
the HDF5 Library error stack, and and the Java stack trace to the specified print stream.
f | the file print stream. |