100101102103104105106107108109110
// Render template String text; try { text = textTemplate.render(model); } catch (TextTemplateException e) { throw new SystemIntegrityException("Template [" + name + "] could not be rendered", e); } // Load subject