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."],[],["`PropertyVetoException` signals an unacceptable property change. It's constructed with a message and a `PropertyChangeEvent` object, detailing the vetoed change. Key actions include constructing the exception to indicate a veto and retrieving the associated `PropertyChangeEvent` using `getPropertyChangeEvent()`. It inherits methods from `Throwable` for managing exception details and from `Object` for general object operations. It provides methods to manage and print exception details and stack traces.\n"]]