116117118119120121122123
throw new ReservationInexistanteException("La reservation " +id+" n'existe pas"); } fr.supprimerReservation(id); }catch(SQLException se){ throw new ImpossibleTaskException(se.getMessage()); } }