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

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''TypeMismatchException'''}}
 
{{DISPLAYTITLE:Exception '''TypeMismatchException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | TypeMismatchException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|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.
 
'''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.

Revision as of 04:09, 12 September 2019

Classification

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

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.