InvalidPipelineException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.
Inheritance Hierarchy

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
Syntax

[SerializableAttribute]
public class InvalidPipelineException : DXPConfigurationException
Remarks

Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.

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