Uses of Class
javax.measure.format.MeasurementParseException
Package | Description |
---|---|
javax.measure.format |
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
|
-
Uses of MeasurementParseException in javax.measure.format
Methods in javax.measure.format that throw MeasurementParseException Modifier and Type Method Description Quantity<?>
QuantityFormat. parse(CharSequence csq)
Parses a portion of the specifiedCharSequence
from the specified position 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
.