XML Compare .NET API Documentation - DEPRECATED
This namespace provides the exceptions specific to the DeltaXML comparisons built using the Saxon s9api interface.
Classes
| Class | Description | |
|---|---|---|
| ComparisonException |
Indicates a problem during the comparison stage of the pipeline.
| |
| ConditionalFilterXPathException |
Indicates a problem evaluating the 'when' XPath expression on a conditional filter in a DXP file.
| |
| DuplicateStepNameException |
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
| |
| DynamicPDFormatException |
Indicates an error encountered either when resolving XPath expressions in the Pipeline Description or when validating the
resolved Pipeline Description.
| |
| FilterProcessingException |
Thrown to indicate a failure when running a pipeline filter.
| |
| FilterProcessingRangeException |
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.
| |
| FilterProcessingSingleException |
An exception indicating a problem when applying a single filter to a pipeline input or output.
| |
| LicenseException |
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and
setRedistributionLicenseContent() methods.
| |
| PDAdvancedConfigException |
Indicates an error encountered when processing properties or features in the 'advancedConfig' element of the Pipeline
Description.
| |
| PDConfigurationException |
Indicates an error condition in the Pipeline Description format.
| |
| PDFilterConfigurationException |
Indicates an error encountered when loading a filter defined in a Pipeline Description format, after parameters are resolved.
| |
| PipelinedComparatorS9Exception |
Indicates an error condition in the PipelinedComparatorS9 compare method.
| |
| PipelineException |
Indicates an error condition in the use of a Pipeline Object.
| |
| PipelineLoadingException |
Indicates a problem when loading a pipeline.
| |
| PipelineSerializationException |
Indicates a problem when saving or serializing the result of a comparison using PipelinedComparatorS9.
| |
| SchemaErrorHandler |
Error handler for DCP Schema.
| |
| StaticPDFormatException |
Indicates an error encountered when parsing the Pipeline Description format, prior to resolving any parameters.
| |
| XPathFilterParameterException |
Indicates a problem evaluating the 'xpath' XPath expression on a filter parameter in a DXP file.
|
Interfaces
| Interface | Description | |
|---|---|---|
| SummarisingErrorListener |
TO DO - Add summary...
|