150151152153154155156157
log.debug("Rendered ["+renderTemplate.getId()+"] in "+renderTime+" secs"); } catch (Exception ex) { // wrap and rethrow so caller can deal with it throw new RenderingException("Error during rendering", ex); } }