Difference between revisions of "Extensions.HMI.ScreenException"

From emotive
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''ScreenException'''}}
 
{{DISPLAYTITLE:Exception '''ScreenException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | ScreenException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | ScreenException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.HMI.HmiException|HmiException]]| {{OtxSpec3}} }}
  
 
== Description ==
 
== Description ==
A '''ScreenException''' is thrown by the runtime system in the event that there are problems in the processing of user-defined screens.
+
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