public class MissingContentCombineException extends DeltaXMLProcessingException
When processing an exchange, pcdataModify or textGroup elements which contain a old and new value, the item being deleted (in a forward-combine the "old" value and in a reverse-combine the "new" value) must exist in the input document.
A method is supplied to get the node in the delta file which is missing its "old" value.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when
called with this exception the result will be: 107
| Constructor and Description |
|---|
MissingContentCombineException(com.deltaxml.XMLarray.Node deltaElem)
Construct a new MissingContentCombineException appropriate for use in the XML Compare code.
|
| Modifier and Type | Method and Description |
|---|---|
com.deltaxml.XMLarray.Node |
getDeltaElem()
Reports the node in the delta file which is missing its "old" value.
|
getErrorCode, getSeveritygetCause, getThrowablepublic MissingContentCombineException(com.deltaxml.XMLarray.Node deltaElem)
deltaElem - the node in the delta file which is missing its "old" value.Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.