Hi , i wonder how could i check, lets say that there will be
ArrayIndexOutOfBoundsException when trying indexing my array with too big
index value.

Is it possible to check that if there's ArrayIndexOutOfBoundsException , application continues running without showing that exception but diminishing
indexing value as long as its needed to get out of exception situation.

Thanks.