XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.cores9api PipelinedComparatorS9Exception
com.deltaxml.cores9api ComparisonException
Namespace: com.deltaxml.cores9api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Indicates a problem during the comparison stage of the pipeline.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.cores9api PipelinedComparatorS9Exception
com.deltaxml.cores9api ComparisonException
Namespace: com.deltaxml.cores9api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Indicates a problem during the comparison stage of the pipeline.
This exception is thrown when the underlying com.deltaxml.api.XMLComparator signals an exception or error in its processing. The nested cause will typically be a com.deltaxml.api.DeltaXMLProcessingException.
See Also