This commit is contained in:
pro.boooooo
2023-01-16 00:52:29 +01:00
parent 5d7acefae2
commit b7d56f4480
19 changed files with 21 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ package fr.sae.JSonInspector.Exception;
* Exception lever lorsqu'une erreur de syntaxe est rencontrée
*/
public class JsonSyntaxException extends Throwable {
private static final String MESSAGE = "Syntax error in JSON file";
private static final String MESSAGE = "[!] La syntaxe du fichier JSON est incorrect";
public JsonSyntaxException() {
super(MESSAGE);