777879808182838485
new VelocityLogger(logger)); template.merge(ctx, fw); fw.flush(); fw.close(); } catch (Exception e) { throw new SpeedoGenerationException( "Error during the generation of the file " + fileName, e); } }
919293949596979899
798081828384858687
+ " is not availlable in the classpath"); } } } } catch (Exception e) { throw new SpeedoGenerationException( "Impossible to fetch the template " + templateFN, e); } }