Commit 15caa539 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* catch all exceptions during transformation

parent e63cd121
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class TranslationHandler extends AbstractHandler {
					tr.getContents().addAll(EcoreUtil.copyAll(r.getContents()));
					try {
						tr.save(null);
					} catch (IOException e1) {
					} catch (Exception e1) {
						// TODO Auto-generated catch block
						e1.printStackTrace();
					}