Difference between revisions of "Extensions.HMI.ScreenException"
Jump to navigation
Jump to search
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Exception '''ScreenException'''}} | {{DISPLAYTITLE:Exception '''ScreenException'''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationException | ScreenException | [[ | + | {{ClassificationException | ScreenException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.HMI.HmiException|HmiException]]| {{OtxSpec3}} }} |
== Description == | == Description == | ||
− | A '''ScreenException''' | + | A '''ScreenException''' will be thrown by the runtime system in case that there are problems while processing custom screens. |
+ | |||
+ | Situations where a ScreenException will be thrown include e.g. | ||
+ | |||
+ | * non-existing screen definition in the runtime | ||
+ | * parameters of the called screen do not match to the signature of the screen | ||
+ | * errors while updating the screen |
Latest revision as of 03:09, 12 September 2019
Classification
Name | ScreenException |
Class | Complex Data Type |
Base Data Type | HmiException |
SpecifiedBy | ISO 13209-3 |
Description
A ScreenException will be thrown by the runtime system in case that there are problems while processing custom screens.
Situations where a ScreenException will be thrown include e.g.
- non-existing screen definition in the runtime
- parameters of the called screen do not match to the signature of the screen
- errors while updating the screen