Difference between revisions of "Extensions.Xml.XPathException"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Exception '''XPathException'''}} == Classification == {{ClassificationException | XPathException | Exception Type | Core.DataTypes.ComplexDataType|Complex...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''XPathException'''}}
 
{{DISPLAYTITLE:Exception '''XPathException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | XPathException | [[Exception Type]] | [[Core.DataTypes.ComplexDataType|Complex Data Type]] }}
+
{{ClassificationException | XPathException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Xml.XmlException|XmlException]]}}
  
 
== Description ==
 
== Description ==
The '''XPathException''' is the exception that is thrown when the XPath is not equal to the expected format or if the path points to an invalid target.
+
The '''XPathException''' is thrown If the XPath is not equal to the expected format, or if the XPath points to an invalid target.

Revision as of 10:51, 5 October 2018

Classification

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

Description

The XPathException is thrown If the XPath is not equal to the expected format, or if the XPath points to an invalid target.