Package-level declarations

Types

Link copied to clipboard
internal sealed interface ExceptionInvoker

Marker interface for all compiled exception-handler invocation strategies.

Link copied to clipboard

Invoker for instance-bound exception handler methods that declare only an event parameter:

Link copied to clipboard

Invoker for instance-bound exception handler methods that declare both an event and a throwable parameter:

Link copied to clipboard
internal sealed interface InstanceExceptionInvokers : ExceptionInvoker

Sealed marker interface for all instance-bound exception invokers.

Link copied to clipboard

Invoker for instance-bound exception handler methods that declare only a throwable parameter:

Link copied to clipboard

Invoker for static exception handler methods that declare only an event:

Link copied to clipboard

Invoker for static exception handler methods that declare both an event and a throwable parameter:

Link copied to clipboard
internal sealed interface StaticExceptionInvokers : ExceptionInvoker

Sealed marker interface for all static exception invokers.

Link copied to clipboard

Invoker for static exception handler methods that declare only a throwable: