16171819202122
public void lanceErreur(ActionEvent e){ throw new RuntimeException("test"); } public void lanceErreurDirect(ActionEvent e) throws DirectException { throw new DirectException(); }