Uses of Class
ucar.units.PrefixDBException

Packages that use PrefixDBException
ucar.units Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). 
 

Uses of PrefixDBException in ucar.units
 

Subclasses of PrefixDBException in ucar.units
 class PrefixDBAccessException
          Provides support for prefix database access failures.
 class PrefixExistsException
          Provides support for prefix database failures.
 

Methods in ucar.units that throw PrefixDBException
 Unit StandardUnitFormat.basicExpr(UnitDB unitDB)
           
static StandardPrefixDB StandardPrefixDB.instance()
          Gets an instance of this database.
static PrefixDB PrefixDBManager.instance()
          Gets the current prefix database.
 Unit StandardUnitFormat.logExpr(UnitDB unitDB)
           
 Unit UnitFormatImpl.parse(String spec)
          Parses a unit specification.
 Unit UnitFormat.parse(String spec)
          Parses a unit specification.
 Unit UnitFormat.parse(String spec, UnitDB unitDB)
          Parses a unit specification.
 Unit StandardUnitFormat.parse(String spec, UnitDB unitDB)
          Decodes a unit specification.
 Unit StandardUnitFormat.powerExpr(UnitDB unitDB)
           
 Unit StandardUnitFormat.productExpr(UnitDB unitDB)
           
 Unit StandardUnitFormat.shiftExpr(UnitDB unitDB)
           
 Unit StandardUnitFormat.unitIdentifier(UnitDB unitDB)
           
 Unit StandardUnitFormat.unitSpec(UnitDB unitDB)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.