Difference between revisions of "Extensions.DiagCom.InvalidStateException"

From emotive
Jump to navigation Jump to search
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
This exception is thrown in case the [[StartRepeatedExecutionaction]] used on a [[Core.DataTypes.ComplexDataType.DiagService|DiagService]] that is already executing repeatedly, in case the [[StopRepeatedExecutionaction]] used on a [[Core.DataTypes.ComplexDataType.DiagService|DiagService]] that is not currently executing repeatedly or in case the [[SetRepetitionTimeaction]] is used on a [[Core.DataTypes.ComplexDataType.DiagService|DiagService]] that is currently executing repeatedly.
+
This exception is thrown in case the [[Extensions.DiagCom.StartRepeatedExecution|StartRepeatedExecution]] action used on a [[Core.DataTypes.ComplexDataType.DiagService|DiagService]] that is already executing repeatedly, in case the [[Extensions.DiagCom.StopRepeatedExecution|StopRepeatedExecution]] action used on a [[Core.DataTypes.ComplexDataType.DiagService|DiagService]] that is not currently executing repeatedly or in case the [[Extensions.DiagCom.SetRepetitionTime|SetRepetitionTime]] action is used on a [[Core.DataTypes.ComplexDataType.DiagService|DiagService]] that is currently executing repeatedly.

Revision as of 07:49, 17 February 2016

Classification

Name InvalidStateException
Class Exception Type
Base Data Type Complex Data Type
SpecifiedBy ISO 13209-3

Description

This exception is thrown in case the StartRepeatedExecution action used on a DiagService that is already executing repeatedly, in case the StopRepeatedExecution action used on a DiagService that is not currently executing repeatedly or in case the SetRepetitionTime action is used on a DiagService that is currently executing repeatedly.