Exception not thrown

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1212475 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java b/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java
index 83373b4..9957d97 100644
--- a/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java
+++ b/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java
@@ -181,7 +181,7 @@
      */
     @Test
     public void testElement()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -210,7 +210,7 @@
      */
     @Test
     public void testDocumentFragment()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -263,7 +263,7 @@
      */
     @Test
     public void testNested()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -305,7 +305,7 @@
      */
     @Test
     public void testAttributes()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -350,7 +350,7 @@
      */
     @Test
     public void testNamespaces()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -401,7 +401,7 @@
      */
     @Test
     public void testNamespacedAttribute()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -436,7 +436,7 @@
      */
     @Test
     public void testNonNamespacedAttribute()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {