Difference between revisions of "Core.DataTypes.ComplexDataType.TypeMismatchException"

From emotive
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''TypeMismatchException'''}}
 
{{DISPLAYTITLE:Exception '''TypeMismatchException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | TypeMismatchException | [[Exception Type]] | [[Complex Data Type]] }}
+
{{ClassificationException | TypeMismatchException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | {{OtxSpec2}} }}
  
 
== Description ==
 
== Description ==
'''TypeMismatchException''' data type indicates an exception for operation with incompatible types in OTX. It is thrown when attempting a string one integer variable to assign, without previously to carry out the necessary conversion etc.
+
The '''TypeMismatchException''' indicates an exception for operation with incompatible types in OTX. It is thrown when e.g. a string value shall be assigned to an integer without a previous correct conversion etc.

Latest revision as of 09:06, 12 September 2019

Classification

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

Description

The TypeMismatchException indicates an exception for operation with incompatible types in OTX. It is thrown when e.g. a string value shall be assigned to an integer without a previous correct conversion etc.