XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.core PipelineProcessingException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Thrown to indicate an exception during pipeline execution or processing, produced during an invocation of a compare() method.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.core PipelineProcessingException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Thrown to indicate an exception during pipeline execution or processing, produced during an invocation of a compare() method.
This exception is thrown when one of the underlying pipeline components signals an exception or error in its processing. This may be a result of:
- Parsing - org.xml.sax.SAXParseException
- XSLT processing: javax.xml.transform.TransformerException
- Comparison: com.deltaxml.api.DeltaXMLProcessingException
Using the getCause() method it should be possible to determine the source of the problem and correct the input. If the problem cannot be resolved by correcting the pipeline input please report the issue to DeltaXML support.
See Also