Difference between revisions of "Extensions.Xml.XmlFormatException"

From emotive
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''XmlFormatException'''}}
 
{{DISPLAYTITLE:Exception '''XmlFormatException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | XmlFormatException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Xml.XmlException|XmlException]]}}
+
{{ClassificationException | XmlFormatException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Xml.XmlException|XmlException]]| {{OtxSpec3}} }}
  
 
== Description ==
 
== Description ==
The '''XmlFormatException'''  is thrown if the '''XML''' string is not equal to the expected format (I.e. it is not well formed).
+
The '''XmlFormatException'''  is thrown if the '''XML''' string is not equal to the expected format (i.e. it is not well formed).

Latest revision as of 08:21, 12 September 2019

Classification

Name XmlFormatException
Class Complex Data Type
Base Data Type XmlException
SpecifiedBy ISO 13209-3

Description

The XmlFormatException is thrown if the XML string is not equal to the expected format (i.e. it is not well formed).