XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api NonMatchingDeletedDeltaCombineException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
When a delta refers to a node in the input file which is to be excluded from the result it is expected to be the same as the
same item in the delta.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api NonMatchingDeletedDeltaCombineException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
When a delta refers to a node in the input file which is to be excluded from the result it is expected to be the same as the same item in the delta. This is so the combine algorithm can be sure that it is removing the correct item. This situation occurs with a deleted delta in a forward combine, and a added delta in a reverse combine.
Methods are supplied to get the node in the delta and input files which should be the same.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 103
See Also