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."],[],["`CharConversionException` extends `IOException` and serves as the base for character conversion errors. It offers two constructors: one without a detailed message, and another that takes a string to provide a detailed message. It inherits methods for managing the exception's cause, message, and stack trace, such as `getCause()`, `getMessage()`, and `getStackTrace()`. It also provides methods for manipulating and printing the stack trace, and manage suppressed exceptions with `addSuppressed` and `getSuppressed`.\n"]]