Essayez de prendre des limites à l'exception java
try {
// Your Code
} catch (IndexOutOfBoundsException exception) {
exception.printStackTrace();
}
Cloudy Civet