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."],[],["`DataFormatException` signals an error in data format. It has two constructors: one with no message and another with a specified detail message. It inherits methods from `Throwable` to manage exceptions, such as adding, filling, getting suppressed exceptions, and managing stack traces. It also inherits methods from `Object`, allowing cloning, comparison, and managing thread synchronization. The `DataFormatException` can also have its backtrace printed to the standard error stream or a print stream.\n"]]