634635636637638639640641
try { // String schedaContoFileName = "c:/schedeConto.xml"; xstream.toXML(lista, new FileOutputStream(schedaContoFileName)); } catch (Exception e) { e.printStackTrace(); throw new ImpossibileStampareSchedeContoException(); } }