Uses of Class
javax.measure.format.MeasurementParseException
-
Packages that use 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(java.lang.CharSequence csq)Parses the specifiedCharSequenceto produce aQuantity.Quantity<?>QuantityFormat. parse(java.lang.CharSequence csq, java.text.ParsePosition pos)Parses a portion of the specifiedCharSequencefrom the specified position to produce aQuantity.Unit<?>UnitFormat. parse(java.lang.CharSequence csq)Parses the text into an instance ofUnit.Unit<?>UnitFormat. parse(java.lang.CharSequence csq, java.text.ParsePosition pos)Parses a portion of the specifiedCharSequencefrom the specified position to produce aUnit.
-