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."],[],["`ZipError` is a class signaling unrecoverable errors, extending `InternalError`. It has a constructor, `ZipError(String s)`, to create an instance with a specific detail message. Inherited methods include manipulating suppressed exceptions with `addSuppressed` and `getSuppressed`, managing the stack trace with `fillInStackTrace`, `getStackTrace`, and `setStackTrace`, getting cause with `getCause`, printing information with `printStackTrace`, and returning description information with `getLocalizedMessage`, `getMessage`, and `toString`. Other inherited methods include actions on the object like clone, equals, and wait.\n"]]