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."],[],["The `UnmappableCharacterException` is a checked exception triggered when a valid input character or byte sequence cannot be mapped to an output sequence. It's created with an input length. `getInputLength()` retrieves the input's length, and `getMessage()` returns the exception message. This class inherits methods from `Throwable`, allowing operations such as managing suppressed exceptions, stack trace manipulation, and obtaining the exception's cause and description. it also inherits from `Object` to manage object properties.\n"]]