Skip to content
Snippets Groups Projects
Commit 7976bb9c authored by Matias Mennecart's avatar Matias Mennecart
Browse files

fix NullPointerException

parent 778838db
Branches
Tags
No related merge requests found
......@@ -181,6 +181,8 @@ public class AddDataController {
openErrorStage(e, "Erreur, les données ne respecte pas le format specifié");
}catch (IllegalArgumentException e) {
openErrorStage(e);
}catch (NullPointerException e) {
openErrorStage(e);
}
stage.close();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment