494495496497498499500501
try { templateFile = (String) getSettings().get("templateFile"); outputPath = (String) getSettings().get("outputPath"); } catch(Exception e) { throw new ValidationException(e.getMessage(), q); } }