Skip to main content
deleted 10 characters in body
Source Link

Maybe you want something like IndexOutOfBoundsException. ThrownIt is thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector)of data is out of range. See   https://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html

IndexOutOfBoundsException. Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. See https://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html

Maybe you want something like IndexOutOfBoundsException. It is thrown to indicate that an index of some sort of data is out of range.  https://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html

Source Link

IndexOutOfBoundsException. Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. See https://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html