XML Compare .NET API Documentation - DEPRECATEDThe DifferentRootElementException type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DifferentRootElementException |
Construct a new DifferentRootElementException appropriate for use in the XML Compare code.
|
Methods
Name | Description | |
---|---|---|
![]() | getCause |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
![]() | getErrorCode |
Errors detected by the Comparator and Combiner operations were each given an identifying number in releases prior to 5.0 of
the XML Compare API.
(Inherited from DeltaXMLProcessingException.) |
![]() | getNamespacedName1 |
Reports namespaced-name of the root element of the first comparison input.
|
![]() | getNamespacedName2 |
Reports namespaced-name of the root element of the second comparison input.
|
![]() | getQName1 |
Report the QName of the root element of the first comparison input.
|
![]() | getQName2 |
Report the QName of the second comparison input root.
|
![]() | getSeverity |
Reports the severity of the exception.
(Inherited from DeltaXMLProcessingException.) |
![]() | getThrowable |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
See Also