Package | Description |
---|---|
com.deltaxml.core |
A JAXP compatible API to facilitate construction of XML comparison pipelines.
|
com.deltaxml.cores9api |
A Saxon S9API compatible interface to facilitate construction of XML comparison pipelines.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparatorInstantiationException
Thrown to indicate a problem instantiating or configuring a DeltaXML Comparator.
|
class |
FeatureNotRecognizedException
Thrown to indicate that a feature name has not been recognized.
|
class |
FeatureSettingNotSupportedException
Thrown to indicate that a feature has been set to a value which is not supported or is disallowed.
|
class |
FilterClassIncompatibilityException
Thrown to indicate that a filter class incompatibility has been detected.
|
class |
FilterClassInstantiationException
Thrown to indicate that a filter class instantiation problem has been detected.
|
class |
FilterConfigurationException
Thrown to indicate a failure in creating or configuring an XSLT-based SAX event filter.
|
class |
FilterParameterizationException
Thrown to indicate that a filter parameterization problem has been detected.
|
class |
FilterParameterizationNotSupportedException
Deprecated.
This class has been deprecated and will be removed in the future.
|
class |
IdentityTransformerSetupException
Deprecated.
This class has been deprecated and will be removed in the future.
|
class |
LicenseException
Deprecated.
This class has been deprecated and will be removed in the future.
|
class |
ParserInstantiationException
Thrown to indicate a problem instantiating or configuring a SAX Parser.
|
class |
PipelineProcessingException
Deprecated.
This class has been deprecated and will be removed in the future.
|
class |
PropertyNotRecognizedException
Thrown to indicate a problem setting a property on the PipelinedComparator.
|
class |
PropertySettingNotSupportedException
Thrown to indicate a problem setting a property with an unsupported value or type.
|
class |
TransformerInstantiationException
Thrown to indicate a problem instantiating or configuring an XSLT Transformer.
|
class |
UnsupportedFilterListMemberException
Thrown to indicate the use of an unsupported filter in a filter List.
|
class |
UnsupportedSourceException
Deprecated.
This class has been deprecated and will be removed in the future.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonCancelledException
The comparison was cancelled via some kind of
CancellationPolicy . |
class |
ComparisonException
Indicates a problem during the comparison stage of the pipeline.
|
class |
DuplicateStepNameException
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
|
class |
FilterProcessingException
Thrown to indicate a failure when running a pipeline filter.
|
class |
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.
|
class |
FilterProcessingSingleException
An exception indicating a problem when applying a single filter to a pipeline input or output.
|
class |
PipelinedComparatorS9Exception
Indicates an error condition in the PipelinedComparatorS9 compare method.
|
class |
PipelineException
Indicates an error condition in the use of a Pipeline Object.
|
class |
PipelineLoadingException
Indicates a problem when loading a pipeline.
|
class |
PipelineSerializationException
Indicates a problem when saving or serializing the result of a comparison using PipelinedComparatorS9.
|
class |
XPathFilterParameterException
Indicates a problem evaluating the 'xpath' XPath expression on a filter parameter in a DXP file.
|
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.