@Deprecated public class NoMatchingDeltaItemCombineException extends DeltaXMLProcessingException
A delta file should contain a delta representing each item in both of the input files used for comparison, unless the items are children of a added/deleted or unchanged node (the latter of these is not applicable in a changes-only delta, which is used by the combine process).
A method is supplied to get the node of the item in the input document which does not have a corresponding entry in the delta file.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when
called with this exception the result will be: 105
| Constructor and Description |
|---|
NoMatchingDeltaItemCombineException(com.deltaxml.XMLarray.Node inputElem)
Deprecated.
Construct a new NoMatchingDeltaItemCombineException appropriate for use in the XML Compare code.
|
| Modifier and Type | Method and Description |
|---|---|
com.deltaxml.XMLarray.Node |
getInputElem()
Deprecated.
Reports the node in the input file which does not have a corresponding delta.
|
getErrorCode, getSeveritygetCause, getThrowablepublic NoMatchingDeltaItemCombineException(com.deltaxml.XMLarray.Node inputElem)
inputElem - the node in the input file which does not have a corresponding deltaCopyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.