mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-14 01:31:53 +00:00
Base code pour itération 2
ExecutionException + correction bug mot clef full maj
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user