Base code pour itération 2

ExecutionException + correction bug mot clef full maj
This commit is contained in:
SylvanCourtiol
2021-05-12 22:37:08 +02:00
parent 00875fb25c
commit ac38617077
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ public class Analyseur {
Class<?> aChercher;
try {
aChercher = Class.forName(CLASS_PATH_CMD + motCle);
} catch(ClassNotFoundException nonCmd) {
} catch(ClassNotFoundException | NoClassDefFoundError nonCmd) {
try {
aChercher = Class.forName(CLASS_PATH_INST + motCle);
} catch(ClassNotFoundException nonInst) {