Difference between revisions of "Extensions.DiagCom.InvalidStateException"

From emotive
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''InvalidStateException'''}}
 
{{DISPLAYTITLE:Exception '''InvalidStateException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | InvalidStateException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | InvalidStateException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.DiagCom.DiagComException|DiagComException]]| {{OtxSpec3}} }}
  
 
== Description ==
 
== Description ==
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.
+
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.

Latest revision as of 02:59, 12 September 2019

Classification

Name InvalidStateException
Class Complex Data Type
Base Data Type DiagComException
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.