XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core InvalidPipelineException
com.deltaxml.core UnsupportedDXPVersionException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.
Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core InvalidPipelineException
com.deltaxml.core UnsupportedDXPVersionException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
This Exception is thrown when calling one of the generate methods on com.deltaxml.core.DXPConfiguration or when constructing a new com.deltaxml.cores9api.DXPConfigurationS9
The Exception could be thrown for one the following reasons:
- The DXP file does not define a comparator pipeline (the root element is not <comparatorPipeline>
- The DXP file uses one of the XPath expression attributes (when or xpath) and is being used by com.deltaxml.core.DXPConfiguration rather than com.deltaxml.cores9api.DXPConfigurationS9
See Also