Difference between revisions of "Extensions.Measure.InvalidMeasurementException"
Jump to navigation
Jump to search
m (Hb moved page Core.Actions.Throw.Exception.InvalidMeasurementException to Extensions.Measure.InvalidMeasurementException over redirect) |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}} | {{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationException | InvalidMeasurementException | [[ | + | {{ClassificationException | InvalidMeasurementException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Measure.MeasureException|MeasureException]]}} |
== Description == | == Description == | ||
− | The '''InvalidMeasurementException''' | + | The '''InvalidMeasurementException''' shall be thrown when an invalid measurement is received from a measurement device. It means that the measurement device is fine, but the measured value is nevertheless regarded as invalid by the device. the throw of this exception can be controlled by the optional '''suppressInvalidMeasurementException''' flag of '''ExecuteDeviceService''' action |
Revision as of 10:22, 18 October 2018
Classification
Name | InvalidMeasurementException |
Class | Complex Data Type |
Base Data Type | MeasureException |
SpecifiedBy | ISO 13209-3 |
Description
The InvalidMeasurementException shall be thrown when an invalid measurement is received from a measurement device. It means that the measurement device is fine, but the measured value is nevertheless regarded as invalid by the device. the throw of this exception can be controlled by the optional suppressInvalidMeasurementException flag of ExecuteDeviceService action