|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitDBException | |
|---|---|
| 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 UnitDBException in ucar.units |
|---|
| Subclasses of UnitDBException in ucar.units | |
|---|---|
class |
BadUnitException
Provides support for failures due to attempts to redefine an existing unit in a unit database. |
class |
UnitDBAccessException
Provides support for failure to access unit database (e.g. |
class |
UnitExistsException
Provides support for failures due to attempts to redefine an existing unit in a unit database. |
| Methods in ucar.units that throw UnitDBException | |
|---|---|
Unit |
StandardUnitFormat.basicExpr(UnitDB unitDB)
|
static UnitDB |
UnitDBManager.instance()
Gets the default unit database. |
static StandardUnitDB |
StandardUnitDB.instance()
Gets an instance of this database. |
Unit |
StandardUnitFormat.logExpr(UnitDB unitDB)
|
Unit |
UnitFormatImpl.parse(java.lang.String spec)
Parses a unit specification. |
Unit |
UnitFormat.parse(java.lang.String spec)
Parses a unit specification. |
Unit |
UnitFormat.parse(java.lang.String spec,
UnitDB unitDB)
Parses a unit specification. |
Unit |
StandardUnitFormat.parse(java.lang.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||