At line 28 the index to the array goes past the end of the array. Check the code to see how the index got past the end of the array.
Remember that array indexes range from 0 to the array's length-1