Difference between revisions of "Extensions.DiagCom.InvalidStateException"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''InvalidStateException'''}} == Classification == {{ClassificationDataType | InvalidStateException | - | Exception Type | - | - }} == Descriptio...") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Exception '''InvalidStateException'''}} | {{DISPLAYTITLE:Exception '''InvalidStateException'''}} | ||
== Classification == | == Classification == | ||
− | {{ | + | {{ClassificationException | InvalidStateException | [[Exception Type]] | [[Complex Data Type]] }} |
== Description == | == Description == | ||
This exception is thrown in case the [[StartRepeatedExecutionaction]] used on a [[DiagService]] that is already executing repeatedly, in case the [[StopRepeatedExecutionaction]] used on a [[DiagService]] that is not currently executing repeatedly or in case the [[SetRepetitionTimeaction]] is used on a [[DiagService]] that is currently executing repeatedly. | This exception is thrown in case the [[StartRepeatedExecutionaction]] used on a [[DiagService]] that is already executing repeatedly, in case the [[StopRepeatedExecutionaction]] used on a [[DiagService]] that is not currently executing repeatedly or in case the [[SetRepetitionTimeaction]] is used on a [[DiagService]] that is currently executing repeatedly. |
Revision as of 07:54, 14 July 2014
Classification
Name | InvalidStateException |
Class | Exception Type |
Base Data Type | Complex Data Type |
SpecifiedBy | ISO 13209-3 |
Description
This exception is thrown in case the StartRepeatedExecutionaction used on a DiagService that is already executing repeatedly, in case the StopRepeatedExecutionaction used on a DiagService that is not currently executing repeatedly or in case the SetRepetitionTimeaction is used on a DiagService that is currently executing repeatedly.