Uses of Class
javax.measure.UnconvertibleException
Package | Description |
---|---|
javax.measure |
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
|
-
Uses of UnconvertibleException in javax.measure
Methods in javax.measure that throw UnconvertibleException Modifier and Type Method Description UnitConverter
Unit. getConverterTo(Unit<Q> that)
Returns a converter of numeric values from this unit to another unit of same type.UnitConverter
Unit. getConverterToAny(Unit<?> that)
Returns a converter from this unit to the specified unit of type unknown.