@Deprecated public class NonMatchingExchangeItemCombineException extends DeltaXMLProcessingException
When a delta includes an exchange the item in the input file that is being "exchanged" should match its item in the exchange. For a forward combine this is the "deltaxml:old" exchange node, and for a reverse combine this is the "deltaxml:new" exchange node.
Methods are supplied to get the node in the delta and input files which should be the same.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when
called with this exception the result will be: 104
| Constructor and Description |
|---|
NonMatchingExchangeItemCombineException(com.deltaxml.XMLarray.Node inputElem,
com.deltaxml.XMLarray.Node deltaElem)
Deprecated.
Construct a new NonMatchingExchangeItemCombineException appropriate for use in the XML Compare code.
|
| Modifier and Type | Method and Description |
|---|---|
com.deltaxml.XMLarray.Node |
getDeltaElem()
Deprecated.
Reports the node in the delta file which is incorrect.
|
com.deltaxml.XMLarray.Node |
getInputElem()
Deprecated.
Reports the node in the input file which is incorrect.
|
getErrorCode, getSeveritygetCause, getThrowablepublic NonMatchingExchangeItemCombineException(com.deltaxml.XMLarray.Node inputElem,
com.deltaxml.XMLarray.Node deltaElem)
deltaElem - the node in the delta file which is incorrectinputElem - the node in the input file which is incorrectpublic com.deltaxml.XMLarray.Node getDeltaElem()
public com.deltaxml.XMLarray.Node getInputElem()
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.