CellNotFoundException.java 136 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package kernel.exception; public class CellNotFoundException extends Exception { private static final long serialVersionUID = 1L; }