I have finished this code that is supposed to remove an from an array if it within the number of strings in the array, otherwise it is supposed to throw an exception. The code does it's job when removing, but does not throw an exception. I figure that I have not written the code correctly, so can anyone help me figure out where I went wrong?