src/share/jaxws_classes/com/sun/xml/internal/txw2/output/XMLWriter.java

Print this page

        

@@ -930,11 +930,11 @@
                 startTagIsClosed = true;
             }
             write("<![CDATA[");
             inCDATA = true;
         } catch (IOException e) {
-            new SAXException(e);
+            throw new SAXException(e);
         }
     }
 
     public void endCDATA() throws SAXException {
         try {