flut d'octet
This commit is contained in:
BIN
DEV2.1/Exception/ex2/ArithmeticExceptionExample.class
Normal file
BIN
DEV2.1/Exception/ex2/ArithmeticExceptionExample.class
Normal file
Binary file not shown.
@@ -3,7 +3,7 @@ public class Main {
|
||||
try {
|
||||
ArithmeticExceptionVrai.computeDivision();
|
||||
} catch (ArithmeticException e) {
|
||||
System.out.println("Une erreur arithmétique s'est produite : " + e.getMessage());
|
||||
System.out.println("Une erreur arithm├ętique s'est produite : " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
DEV2.1/Exception/ex3/Incomplet.class
Normal file
BIN
DEV2.1/Exception/ex3/Incomplet.class
Normal file
Binary file not shown.
Reference in New Issue
Block a user