package kernel.exception; public class CannotDeleteCellException extends Exception { public CannotDeleteCellException() { super("Cette cellule est utilisée dans une autre cellule."); } }