// Textbook fragment 02.08 catch (ArrayIndexOutOfBoundsException aioobx) { throw new ShoppingListTooSmallException( "Product index is not in the shopping list"); }