com.deltaxml.cores9api NamespaceXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
This namespace provides the exceptions specific to the DeltaXML comparisons built using the Saxon s9api interface.
Classes

  ClassDescription
Public classComparisonException
Indicates a problem during the comparison stage of the pipeline.
Public classConditionalFilterXPathException
Indicates a problem evaluating the 'when' XPath expression on a conditional filter in a DXP file.
Public classDuplicateStepNameException
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
Public classDynamicPDFormatException
Indicates an error encountered either when resolving XPath expressions in the Pipeline Description or when validating the resolved Pipeline Description.
Public classFilterProcessingException
Thrown to indicate a failure when running a pipeline filter.
Public classFilterProcessingRangeException
An exception used to indicate a problem in a filter, where the location of the filter cannot be precisely identified, typically because of filter streaming.
Public classFilterProcessingSingleException
An exception indicating a problem when applying a single filter to a pipeline input or output.
Public classLicenseException
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and setRedistributionLicenseContent() methods.
Public classPDAdvancedConfigException
Indicates an error encountered when processing properties or features in the 'advancedConfig' element of the Pipeline Description.
Public classPDConfigurationException
Indicates an error condition in the Pipeline Description format.
Public classPDFilterConfigurationException
Indicates an error encountered when loading a filter defined in a Pipeline Description format, after parameters are resolved.
Public classPipelinedComparatorS9Exception
Indicates an error condition in the PipelinedComparatorS9 compare method.
Public classPipelineException
Indicates an error condition in the use of a Pipeline Object.
Public classPipelineLoadingException
Indicates a problem when loading a pipeline.
Public classPipelineSerializationException
Indicates a problem when saving or serializing the result of a comparison using PipelinedComparatorS9.
Public classSchemaErrorHandler
Error handler for DCP Schema.
Public classStaticPDFormatException
Indicates an error encountered when parsing the Pipeline Description format, prior to resolving any parameters.
Public classXPathFilterParameterException
Indicates a problem evaluating the 'xpath' XPath expression on a filter parameter in a DXP file.
Interfaces

  InterfaceDescription
Public interfaceSummarisingErrorListener
TO DO - Add summary...