Exception Signature Kind
Enumerates the supported method signatures for @ExceptionHandler methods.
Each enum entry corresponds to one of the valid shapes an exception handler method may take. Signatures are matched polymorphically: a parameter typed as a supertype of the actual event or exception is still considered compatible.
Entries
Types
Properties
Functions
Resolves the logical event type associated with this exception-handler signature.
Extracts the declared throwable parameter type from an exception–handler method, when applicable.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.