CellNotFoundException.java 136 Bytes
package kernel.exception;

public class CellNotFoundException extends Exception {


	private static final long serialVersionUID = 1L;
}