9596979899100101102
try { for(ThymesheetParserPostProcessor postProcessor : postProcessors) { postProcessor.postProcess(documentName, document); } } catch(Exception ex) { throw new ThymesheetProcessorException("Failed to postprocess document.", ex); } }