CellNotFoundException.java 198 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 package kernel.exception; public class CellNotFoundException extends Exception { public CellNotFoundException() { super("Vous voulez utiliser une cellule qui n'est pas encore créée."); } }