Uses of Class
javax.measure.format.MeasurementParseException
Package
Description
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
-
Uses of MeasurementParseException in javax.measure.format
Modifier and TypeMethodDescriptionQuantity<?>
QuantityFormat.parse
(CharSequence csq) Parses the specifiedCharSequence
to produce aQuantity
.Quantity<?>
QuantityFormat.parse
(CharSequence csq, ParsePosition pos) Parses a portion of the specifiedCharSequence
from the specified position to produce aQuantity
.Unit<?>
UnitFormat.parse
(CharSequence csq) Parses the text into an instance ofUnit
.Unit<?>
UnitFormat.parse
(CharSequence csq, ParsePosition pos) Parses a portion of the specifiedCharSequence
from the specified position to produce aUnit
.