Uses of Class
com.deltaxml.core.exceptions.DeltaXMLException
Packages that use DeltaXMLException
Package
Description
This package contains a collection of classes and exceptions used in error reporting.
Contains common exceptions used across all products and features.
DeltaNova Check API
DeltaNova DITA Compare API.
DeltaNova Docbook Compare API
DeltaNova HTML Compare API.
This package is used to define the interfaces and classes that are common to all of the merge products.
DeltaNova Microsoft Word Compare API
DeltaNova PDF Compare API.
DeltaNova Microsoft PowerPoint Compare API
-
Uses of DeltaXMLException in com.deltaxml.api
Subclasses of DeltaXMLException in com.deltaxml.apiModifier and TypeClassDescriptionclassIt is not permitted to use a delta file to the input to a comparison since a meaningful delta result cannot be produced.classThis class specifies an exceptional condition that occurred during the comparison and recombination processes.classFiles being compared must have equivalent root elements.classThe deltaxml:ordered attribute is placed on elements to control whether its children are compared using the ordered comparison algorithm or the orderless algorithm.classAn exception of this type happens when the core comparator expects a Clark name, e.g.classThrown when something about 2 Tables being compared prevents the Comparator from making a valid attempt at comparison.classAn exception of this type happens when we encounter an invalid value for a deltaxml:core-element-class attribute.classAn Element has an {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which has an invalid format.classAn exception of this type happens when Soft Key attributes are used in an incorrect or ambiguous way.classAn exception of this type happens when Soft Key attributes are used in an incorrect or ambiguous way.classAn orderless element (one with thedeltaxml:ordered='false'attribute) cannot contain more than one child element with the same name/type (ie. the same namespace URI and localName) and the samedeltaxml:keyattribute value.classPCData inside a mixed content element is generally considered to be part of an overall text flow for a documentation type element. -
Uses of DeltaXMLException in com.deltaxml.core.exceptions
Subclasses of DeltaXMLException in com.deltaxml.core.exceptionsModifier and TypeClassDescriptionclassThe comparison was cancelled via some kind ofCancellationPolicy.classIndicates a problem during the comparison stage of the pipeline.classIndicates a problem evaluating the 'when' XPath expression on a conditional filter in a DXP file.classAnExceptionof this type is thrown when a configuration instance cannot be validated, due to problems in the configuration data supplied by the user.classIndicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.classIndicates an error encountered either when resolving XPath expressions in the Pipeline Description or when validating the resolved Pipeline Description.classThrown to indicate that a feature name has not been recognized.classThrown to indicate that a feature has been set to a value which is not supported or is disallowed.classThrown to indicate that a filter class instantiation problem has been detected.classThrown to indicate a failure in creating or configuring an XSLT-based SAX event filter.classIndicates an error in compiling, configuring or running a filter.classThrown to indicate that a filter parameterization problem has been detected.classThrown to indicate a failure when running a pipeline filter.classAn exception used to indicate a problem in a filter, where the location of the filter cannot be precisely identified, typically because of filter streaming.classAn exception indicating a problem when applying a single filter to a pipeline input or output.classIndicates that an input could not be loaded.classAn exception which indicates that an input is not of the correct format for this pipeline.classUsed to indicate that the DXP File loaded by a DXPConfiguration is not valid.classThrown when the DXP pipelineParameter names are not unique.classThrown when an a parameter or feature has incorrect DXP syntax.classIndicates a problem creating or configuring an XML Parser.classIndicates an error encountered when processing properties or features in the 'advancedConfig' element of the Pipeline Description.classIndicates an error condition in the Pipeline Description format.classIndicates an error encountered when loading a filter defined in a Pipeline Description format, after parameters are resolved.classIndicates an error condition in the use of a Pipeline Object.classIndicates a problem when loading a pipeline.classIndicates a problem when saving or serializing the result of a comparison using PipelinedComparatorS9.classThrown to indicate a problem setting a property on all pipelined comparators.classThrown to indicate a problem setting a property with an unsupported value or type.classIndicates a problem with writing the comparison result.classIndicates an error encountered when parsing the Pipeline Description format, prior to resolving any parameters.classThrown to indicate a problem instantiating or configuring an XSLT Transformer.classThrown when an attempt was made to reference an unknown or undeclared DXP parameter.classIndicates a problem evaluating the 'xpath' XPath expression on a filter parameter in a DXP file. -
Uses of DeltaXMLException in com.deltaxml.deltacheck
Subclasses of DeltaXMLException in com.deltaxml.deltacheckModifier and TypeClassDescriptionclassIndicates that the check was cancelled according to theCancellationPolicy.classIndicates a problem while checking the content equality. -
Uses of DeltaXMLException in com.deltaxml.dita
Subclasses of DeltaXMLException in com.deltaxml.ditaModifier and TypeClassDescriptionclassDITA Input/Output Exceptions.classDITA Topic Processing Exception.classThe exception that gets thrown if the perform markup operations abnormally terminate. -
Uses of DeltaXMLException in com.deltaxml.docbook
Subclasses of DeltaXMLException in com.deltaxml.docbookModifier and TypeClassDescriptionclassThrown to indicate that a parameter or its value is invalid. -
Uses of DeltaXMLException in com.deltaxml.htmlcompare
Subclasses of DeltaXMLException in com.deltaxml.htmlcompareModifier and TypeClassDescriptionclassSpecifies an exceptional condition in HTML Compare.classSpecifies an initialization problem in HTML Compare.classIndicates that an input could not be converted into XHTML. -
Uses of DeltaXMLException in com.deltaxml.mergecommon
Subclasses of DeltaXMLException in com.deltaxml.mergecommonModifier and TypeClassDescriptionclassIndicates that inputs have different Doctype statements.classIndicates that inputs have different Doctype statements. -
Uses of DeltaXMLException in com.deltaxml.msword
Subclasses of DeltaXMLException in com.deltaxml.mswordModifier and TypeClassDescriptionclassSpecifies an exceptional condition in Microsoft Word Compare.Methods in com.deltaxml.msword that throw DeltaXMLExceptionModifier and TypeMethodDescriptionvoidCompare two docx documents and write the comparison result to the given result file.voidCompare two docx documents and write the comparison result to the given result path. -
Uses of DeltaXMLException in com.deltaxml.pdfcompare
Subclasses of DeltaXMLException in com.deltaxml.pdfcompareModifier and TypeClassDescriptionclassSpecifies an exceptional condition in PDF Compare.classSpecifies a problem creating -
Uses of DeltaXMLException in com.deltaxml.powerpoint
Subclasses of DeltaXMLException in com.deltaxml.powerpointModifier and TypeClassDescriptionclassSpecifies an exceptional condition in PowerPoint Compare.Methods in com.deltaxml.powerpoint that throw DeltaXMLExceptionModifier and TypeMethodDescriptionvoidCompare two pptx documents and return a comparison result pptx document with a companion report put in the same directory.voidCompare two pptx documents and return a comparison result pptx document with a companion report put in the same directory.