|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HDF5Exception | |
---|---|
ncsa.hdf.hdf5lib.exceptions | |
visad.data.hdf5 | |
visad.data.hdf5.hdf5objects |
Uses of HDF5Exception in ncsa.hdf.hdf5lib.exceptions |
---|
Subclasses of HDF5Exception in ncsa.hdf.hdf5lib.exceptions | |
---|---|
class |
HDF5AtomException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5AttributeException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5BtreeException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5DataFiltersException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5DatasetInterfaceException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5DataspaceInterfaceException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5DataStorageException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5DatatypeInterfaceException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5ExternalFileListException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5FileInterfaceException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5FunctionArgumentException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5FunctionEntryExitException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5HeapException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5InternalErrorException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5JavaException
The class HDF5JavaException returns errors from the Java wrapper of theHDF5 library. |
class |
HDF5LibraryException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5LowLevelIOException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5MetaDataCacheException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5ObjectHeaderException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5PropertyListInterfaceException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5ReferenceException
|
class |
HDF5ResourceUnavailableException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
class |
HDF5SymbolTableException
The class HDF5LibraryException returns errors raised by the HDF5 library. |
Uses of HDF5Exception in visad.data.hdf5 |
---|
Methods in visad.data.hdf5 that throw HDF5Exception | |
---|---|
void |
HDF5GroupAdapted.init()
initailize the HDF5GroupAdapted: fill the members of the group |
void |
HDF5FileAdapted.init()
initialize the HDF5FileAdapted: load the table of content of for the top level objects. |
void |
HDF5DatasetAdapted.init()
initialize the HDF5DatasetAdapte: Set the domain. |
Constructors in visad.data.hdf5 that throw HDF5Exception | |
---|---|
HDF5FileAdapted(String filename,
int flags,
int access_id)
Opens an existing HDF5 file. |
|
HDF5FileAdapted(String filename,
int flags,
int create_id,
int access_id)
Creates a new HDF5 file. |
|
HDF5GroupAdapted(int loc_id,
String name)
Opens an existing HDF5 Group. |
|
HDF5GroupAdapted(int loc_id,
String gname,
int name_length)
Creates a new HDF5 Group. |
Uses of HDF5Exception in visad.data.hdf5.hdf5objects |
---|
Methods in visad.data.hdf5.hdf5objects that throw HDF5Exception | |
---|---|
static Object |
HDF5Dataset.convertUnsignedData(Object data_in)
convert unsigned data because Java does not support unsigned integers. |
Object |
HDF5Datatype.defineData(long[] count)
define the data with specified data type. |
void |
HDF5Object.init()
initialize the HDF5Object: open the HDF5 library. |
void |
HDF5Dataspace.init()
initialize the HDF5Dataspace: open HDF5 library. |
void |
HDF5Dataset.init()
initialize the HDF5Dataset: open HDF5 library. |
void |
HDF5Attribute.init()
initialize the HDF5Attribute: Set up datatype and dataspace. |
Object |
HDF5Dataset.readData()
Read the entire dataset from file |
Object |
HDF5Dataset.readData(int mspace,
int fspace)
Read the data with specified memory and file space |
void |
HDF5Object.setID(int new_id)
reset the HDF5Object for a given id |
void |
HDF5Dataset.writeData(int mspace,
int fspace,
Object buf)
write the data with specified memory and file space |
void |
HDF5Dataset.writeData(Object buf)
write the entire dataset from file |
Constructors in visad.data.hdf5.hdf5objects that throw HDF5Exception | |
---|---|
HDF5File(String filename,
int flags,
int access_id)
Opens an existing HDF5 file. |
|
HDF5File(String filename,
int flags,
int create_id,
int access_id)
Creates a new HDF5 file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |