Exception Handler Entry
Base type for all registered exception handler entries.
An ExceptionHandlerEntry represents a single method annotated with @ExceptionHandler that has been discovered and compiled into an ExceptionInvoker. Concrete implementations distinguish between:
instance-bound exception handlers, and
static exception handlers.
Exception handler entries are stored separately from normal event handlers but follow the same priority-based dispatch model.