Difference between revisions of "Extensions.Xml.XmlFormatException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''XmlFormatException'''}} == Classification == {{ClassificationException | XmlFormatException | Exception Type | Core.DataTypes.ComplexDataType...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''XmlFormatException'''}}
 
{{DISPLAYTITLE:Exception '''XmlFormatException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | XmlFormatException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | XmlFormatException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Xml.XmlException|XmlException]]}}
  
 
== Description ==
 
== Description ==
The '''XmlFormatException''' is the exception that is thrown when the xml string is not equal to the expected (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).

Revision as of 10:50, 5 October 2018

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).