public interface Position { public Object element() throws InvalidPositionException; }