Bump MRI upstreams
[netconf.git] / netconf / mdsal-netconf-connector / src / main / java / org / opendaylight / netconf / mdsal / connector / ops / AbstractEdit.java
index 41ac93f9fd82c3a6d843afb933e23c2da8ff2fee..5611ef88bc8badee4730abae67ce09ac8a1597d0 100644 (file)
@@ -61,8 +61,8 @@ abstract class AbstractEdit extends AbstractConfigOperation {
         try {
             xmlParser.traverse(new DOMSource(element.getDomElement()));
         } catch (final XMLStreamException | URISyntaxException | IOException | SAXException ex) {
-            throw new NetconfDocumentedException("Error parsing input: " + ex.getMessage(), ex, ErrorType.PROTOCOL,
-                DocumentedException.MALFORMED_MESSAGE, ErrorSeverity.ERROR);
+            throw new NetconfDocumentedException("Error parsing input: " + ex.getMessage(), ex,
+                ErrorType.PROTOCOL, ErrorTag.MALFORMED_MESSAGE, ErrorSeverity.ERROR);
         }
     }