@Deprecated public class UnorderedModifiedContainsPCDATAException extends DeltaXMLProcessingException
An orderless comparison cannot be performed on a node with child PCData nodes. For this reason, a modified unordered node should not have a PCData child.
Methods are supplied to find out the xpath of the unordered modified element which contains PCData.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when
called with this exception the result will be: 69
| Constructor and Description |
|---|
UnorderedModifiedContainsPCDATAException(java.lang.String xpath)
Deprecated.
Construct a new UnorderedModifiedContainsPCDataException appropriate for use in the XML Compare code.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXPath()
Deprecated.
Reports the xpath of the orderless modified element which contains PCData.
|
getErrorCode, getSeveritygetCause, getThrowablepublic UnorderedModifiedContainsPCDATAException(java.lang.String xpath)
xpath - the xpath of the orderless modified element which contains PCDataCopyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.