HDF5 2.0.0.258fa78
API Reference
|
long getMajorErrorNumber | ( | ) |
Get the major error number of the first error on the HDF5 library error stack.
String getMinorError | ( | long | err_code | ) |
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.
HDF5AttributeException | ( | String | s | ) |
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.
HDF5DataFiltersException | ( | String | s | ) |
Constructs an HDF5DataFiltersException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DatasetInterfaceException
with no specified detail message.
HDF5DatasetInterfaceException | ( | String | s | ) |
Constructs an HDF5DatasetInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DataspaceInterfaceException
with no specified detail message.
HDF5DataspaceInterfaceException | ( | String | s | ) |
Constructs an HDF5DataspaceInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DataStorageExceptionn
with no specified detail message.
HDF5DataStorageException | ( | String | s | ) |
Constructs an HDF5DataStorageException
with the specified detail message.
s | the detail message. |
Constructs an HDF5DatatypeInterfaceException
with no specified detail message.
HDF5DatatypeInterfaceException | ( | String | s | ) |
Constructs an HDF5DatatypeInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ExternalFileListException
with no specified detail message.
HDF5ExternalFileListException | ( | String | s | ) |
Constructs an HDF5ExternalFileListException
with the specified detail message.
s | the detail message. |
Constructs an HDF5FileInterfaceException
with no specified detail message.
HDF5FileInterfaceException | ( | String | s | ) |
Constructs an HDF5FileInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5FunctionArgumentException
with no specified detail message.
HDF5FunctionArgumentException | ( | String | s | ) |
Constructs an HDF5FunctionArgumentException
with the specified detail message.
s | the detail message. |
Constructs an HDF5FunctionEntryExitException
with no specified detail message.
HDF5FunctionEntryExitException | ( | String | s | ) |
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.
HDF5InternalErrorException | ( | String | s | ) |
Constructs an HDF5InternalErrorException
with the specified detail message.
s | the detail message. |
Constructs an HDF5LibraryException
with no specified detail message.
HDF5LibraryException | ( | String | s | ) |
Constructs an HDF5LibraryException
with the specified detail message.
s | the detail message. |
Constructs an HDF5LowLevelIOException
with no specified detail message.
HDF5LowLevelIOException | ( | String | s | ) |
Constructs an HDF5LowLevelIOException
with the specified detail message.
s | the detail message. |
Constructs an HDF5MetaDataCacheException
with no specified detail message.
HDF5MetaDataCacheException | ( | String | s | ) |
Constructs an HDF5MetaDataCacheException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ObjectHeaderException
with no specified detail message.
HDF5ObjectHeaderException | ( | String | s | ) |
Constructs an HDF5ObjectHeaderException
with the specified detail message.
s | the detail message. |
Constructs an HDF5PropertyListInterfaceException
with no specified detail message.
HDF5PropertyListInterfaceException | ( | String | s | ) |
Constructs an HDF5PropertyListInterfaceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ReferenceException
with no specified detail message.
HDF5ReferenceException | ( | String | s | ) |
Constructs an HDF5ReferenceException
with the specified detail message.
s | the detail message. |
Constructs an HDF5ResourceUnavailableException
with no specified detail message.
HDF5ResourceUnavailableException | ( | String | s | ) |
Constructs an HDF5FunctionArgumentException
with the specified detail message.
s | the detail message. |
Constructs an HDF5SymbolTableException
with no specified detail message.
HDF5SymbolTableException | ( | String | s | ) |
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. |