|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationException | |
---|---|
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 OperationException in ucar.units |
---|
Subclasses of OperationException in ucar.units | |
---|---|
class |
DivideException
Provides support for unit division failures. |
class |
MultiplyException
Provides support for unit multiplication failures. |
class |
RaiseException
Provides support for failure to raise a unit to a power. |
class |
ShiftException
Provides support for failure to raise a unit to a power. |
Methods in ucar.units that throw OperationException | |
---|---|
Unit |
StandardUnitFormat.basicExpr(UnitDB unitDB)
|
Unit |
UnitImpl.divideBy(Unit that)
Divides this unit by another. |
Unit |
Unit.divideBy(Unit that)
Divides this unit by another. |
Unit |
UnitImpl.divideInto(Unit that)
Divides this unit into another. |
Unit |
Unit.divideInto(Unit that)
Divides this unit into another. |
Unit |
StandardUnitFormat.logExpr(UnitDB unitDB)
|
protected Unit |
ScaledUnit.myDivideBy(Unit that)
Divides this unit by another unit. |
protected abstract Unit |
UnitImpl.myDivideBy(Unit unit)
Divides this unit by another. |
protected Unit |
DerivedUnitImpl.myDivideBy(Unit that)
Divides this derived unit by another. |
protected Unit |
OffsetUnit.myDivideBy(Unit that)
Divide this unit by another unit. |
protected Unit |
ScaledUnit.myDivideInto(Unit that)
Divides this unit into another unit. |
protected abstract Unit |
UnitImpl.myDivideInto(Unit unit)
Divides this unit into another. |
protected Unit |
DerivedUnitImpl.myDivideInto(Unit that)
Divides this derived unit into another. |
protected Unit |
LogarithmicUnit.myDivideInto(Unit that)
Divide this unit into another unit. |
protected Unit |
OffsetUnit.myDivideInto(Unit that)
Divide this unit into another unit. |
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 |