PipelinedComparatorException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates an error condition in the PipelinedComparator.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core PipelinedComparatorException
            com.deltaxml.core ComparatorInstantiationException
            com.deltaxml.core FeatureNotRecognizedException
            com.deltaxml.core FeatureSettingNotSupportedException
            com.deltaxml.core FilterClassIncompatibilityException
            com.deltaxml.core FilterClassInstantiationException
            com.deltaxml.core FilterConfigurationException
            com.deltaxml.core FilterParameterizationException
            com.deltaxml.core FilterParameterizationNotSupportedException
            com.deltaxml.core IdentityTransformerSetupException
            com.deltaxml.core LicenseException
            com.deltaxml.core ParserInstantiationException
            com.deltaxml.core PipelineProcessingException
            com.deltaxml.core PropertyNotRecognizedException
            com.deltaxml.core PropertySettingNotSupportedException
            com.deltaxml.core TransformerInstantiationException
            com.deltaxml.core UnsupportedFilterListMemberException
            com.deltaxml.core UnsupportedSourceException
            com.deltaxml.cores9api PipelinedComparatorS9Exception

Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

[SerializableAttribute]
public class PipelinedComparatorException : DeltaXMLException
Remarks

Indicates an error condition in the PipelinedComparator.

This class is the super-class of most of the checked exceptions thrown by the PipelinedComparator methods. As such it could be used for simplified, coarse-grain catch or throws clauses.

See Also