Implement spring Conduit bean registry and lots of cleanup
[jpim.git] / src / de / j32 / util / XmlUtil.java
index 2ec9086..693e402 100644 (file)
@@ -36,7 +36,7 @@ public class XmlUtil
                        return builder.parse(is);
                }
                catch (ParserConfigurationException e) {
-                       throw new RuntimeException("SAX/DOM parser configuration error");
+                       throw new AssertionError("SAX/DOM parser configuration error");
                }
        }