exceptionResolvedCache

Cache of fully resolved exception handler lists for each event class.

Resolved lists include handlers registered for the event type itself, its superclasses, and its interfaces that implement Event. Throwable compatibility is still checked at dispatch time.

This mirrors resolvedEventCache, but for @ExceptionHandler methods.