Interface Advice.Dispatcher.SuppressionHandler

All Known Implementing Classes:
Advice.Dispatcher.SuppressionHandler.NoOp, Advice.Dispatcher.SuppressionHandler.Suppressing
Enclosing interface:
Advice.Dispatcher

public static interface Advice.Dispatcher.SuppressionHandler
A suppression handler for optionally suppressing exceptions.
  • Method Details

    • bind

      Binds the suppression handler for instrumenting a specific method.
      Parameters:
      exceptionHandler - The stack manipulation to apply within a suppression handler.
      Returns:
      A bound version of the suppression handler.