Uses of Class
visad.data.units.NoSuchUnitException

Packages that use NoSuchUnitException
visad.data.netcdf Provides for importing a netCDF dataset into VisAD and for exporting a VisAD data object to a netCDF dataset. 
visad.data.units   
visad.python   
 

Uses of NoSuchUnitException in visad.data.netcdf
 

Methods in visad.data.netcdf that throw NoSuchUnitException
 Quantity QuantityDB.get(String name, String unitSpec)
          Returns the quantity that matches the given name and unit.
 

Uses of NoSuchUnitException in visad.data.units
 

Methods in visad.data.units that throw NoSuchUnitException
static Unit Parser.parse(String spec)
          Parse a string unit-specification.
 

Uses of NoSuchUnitException in visad.python
 

Methods in visad.python that throw NoSuchUnitException
static Unit JPythonMethods.makeUnit(String name)
          get a VisAD Unit from the name given