Changeset 1346 for trunk/universe/kauri-template/src/main/java/org/kauriproject/template/KauriSaxHandler.java
- Timestamp:
- 2009-07-02 15:06:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/universe/kauri-template/src/main/java/org/kauriproject/template/KauriSaxHandler.java
r600 r1346 109 109 xmlHandler)) : new TransformerHandlerAdapter(xmlHandler); 110 110 } catch (TransformerConfigurationException ex) { 111 throw new RuntimeException("Error creating serializer.", ex);111 throw new TemplateException("Error creating serializer.", ex); 112 112 } 113 113 } … … 270 270 return needsIt; 271 271 } catch (Throwable t) { 272 throw new RuntimeException(272 throw new TemplateException( 273 273 "Error while testing if we need to add namespace attributes before xml serialization", t); 274 274 }
Note: See TracChangeset
for help on using the changeset viewer.