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."],[],["`FileSystemLoopException` is a checked exception thrown when a file system loop or cycle is detected. It extends `FileSystemException`. A new instance can be created using a string that identifies the file causing the cycle. The `getFile`, `getMessage`, `getOtherFile`, and `getReason` methods can be used to retrieve details about the file and the exception. It is related to file operations like `Files.walkFileTree`. Inherited methods include stack trace, cause, suppressed exception, and standard object methods.\n"]]