Thrown to indicate that an array has been accessed with an
illegal index. The index is either negative or greater than or
equal to the size of the array.
Returns an array containing all of the exceptions that were
suppressed, typically by the try-with-resources
statement, in order to deliver this exception.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`ArrayIndexOutOfBoundsException` signals an illegal array index, which is either negative or exceeds the array's size. It offers three constructors: no message, an integer indicating the invalid index, or a custom detail message. Inherited methods include adding, filling, and getting stack trace information, as well as methods for managing suppressed exceptions. It can also print stack traces, get localized descriptions, and return the detail message string.\n"]]