PipelineProcessingException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Thrown to indicate an exception during pipeline execution or processing, produced during an invocation of a compare() method.
Inheritance Hierarchy

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
Syntax

[SerializableAttribute]
public class PipelineProcessingException : PipelinedComparatorException
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:

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