Makefile.in: Regenerate.
[gcc.git] / libjava / classpath / javax / swing / text / html / HTMLEditorKit.java
index 0ede1c74ed939cc0526d56054d3c0deb99ff32ad..cc61889d76fdf038f7c3fe1752a4d02992d917dc 100644 (file)
@@ -1462,7 +1462,7 @@ public class HTMLEditorKit
           }
         catch (IOException ex)
           {
-            // No style available.
+            throw new RuntimeException("No style available.", ex);
           }
       }
     return styleSheet;