Uses of Class
javax.measure.MeasurementException
-
Packages that use MeasurementException Package Description javax.measure Specifies Java packages for the programmatic, type safe handling of quantities and their expression as values of units.javax.measure.format [OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation. -
-
Uses of MeasurementException in javax.measure
Subclasses of MeasurementException in javax.measure Modifier and Type Class Description class
UnconvertibleException
Signals that a problem of some sort has occurred due to the impossibility of constructing a converter between two units. -
Uses of MeasurementException in javax.measure.format
Subclasses of MeasurementException in javax.measure.format Modifier and Type Class Description class
ParserException
Signals that an error has been reached unexpectedly while parsing.
-