11471148114911501151115211531154115511561157
FileOutputStream fos = null; try { fos = new FileOutputStream(fileOut); } catch (FileNotFoundException e) { e.printStackTrace(); throw new ImpossibileStampareLibroGiornaleException(); } fileXml.toXML(stampa, fos); }