Uses of Class
ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException

Packages that use HDF5LibraryException
ncsa.hdf.hdf5lib.exceptions   
visad.data.hdf5.hdf5objects   
 

Uses of HDF5LibraryException in ncsa.hdf.hdf5lib.exceptions
 

Subclasses of HDF5LibraryException 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 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 HDF5LibraryException in visad.data.hdf5.hdf5objects
 

Methods in visad.data.hdf5.hdf5objects that throw HDF5LibraryException
 int HDF5Datatype.get_class()
          Returns the datatype class identifier
 int HDF5Datatype.get_size()
          Returns the size of a datatype in bytes
 int HDF5Datatype.H5Tcommit(int loc_id, String type_name)
          H5Tcommit commits a transient datatype to a file, turned it into a named datatype.
 void HDF5Dataspace.select(long[] start, long[] stride, long[] count)
          select count[] points starting at start[] with stride[]