565758596061626364
{ return instance.cfg.getTemplate(name); } catch (final IOException e) { throw new FreemarkerException("Unable to load template " + name + ": " + e, e); } }
888990919293949596979899
writer.close(); } } catch (final TemplateException e) { throw new FreemarkerException("Unable to process template: " + e, e); } catch (final IOException e) { throw new FreemarkerException("Unable to process template: " + e, e); } }