(no commit message)
[utils] / support / src / org / wamblee / xml / XslTransformer.java
index 9cc70feda8c2e249d3fba2224fd3652605f7a75a..3fd65bfe955df9f3f2004b1542bb3e5e685ef087 100644 (file)
@@ -167,7 +167,7 @@ public class XslTransformer {
             Transformer transformer = _factory.newTransformer(aXslt);
             transformer.transform(aSource, aResult);
         } catch (TransformerConfigurationException e) {
-            throw new RuntimeException(
+            throw new TransformerException(
                     "Configuration problem of XSLT transformation", e);
         }
     }