Versuchen Sie es mit Ausnahme von Bounds Java zu fangen
try {
// Your Code
} catch (IndexOutOfBoundsException exception) {
exception.printStackTrace();
}
Cloudy Civet