log.debug("Causale null per codice " + codiceCausale);
throw new MovimentoNonValidoException("AlertMsgCausaleNonValida");
}
Set<DettaglioCausaleOperazione> setDettagli = causaleCompleta.getDettagliCausaleOperazione();
listaDettagliCausale = new ArrayList<DettaglioCausaleOperazione>(setDettagli);
Collections.sort(listaDettagliCausale, new OneFieldDirectionalNullComparator("progressivoCausaleOperazione", true));
} catch (ContabilitaException e) {
log.debug(e.getMessage(),e);
throw new MovimentoNonValidoException("AlertMsgCausaleNonValida");
}
}