I found this in CellEvent.java:
public static class CellCreatedEvent extends CellEvent {
public CellCreatedEvent(Grid grid, GridPos position, Cell cell) {
super(grid, position, cell);
}
}
It does nothing at all! So the GridMap contains nothing and causes the Exception!