Transférer les fichiers vers 'src/fr/sae/JSonInspector/Exception'
This commit is contained in:
parent
02588c42ec
commit
8cf664dbbb
@ -1,5 +1,8 @@
|
|||||||
package fr.sae.JSonInspector.Exception;
|
package JsonInspector.Exception;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Exception lever lorsqu'une erreur de syntaxe est rencontrée
|
||||||
|
*/
|
||||||
public class JsonSyntaxException extends Throwable {
|
public class JsonSyntaxException extends Throwable {
|
||||||
private static final String MESSAGE = "Syntax error in JSON file";
|
private static final String MESSAGE = "Syntax error in JSON file";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user