Class Advice.Dispatcher.SuppressionHandler.Suppressing

java.lang.Object
net.bytebuddy.asm.Advice.Dispatcher.SuppressionHandler.Suppressing
All Implemented Interfaces:
Advice.Dispatcher.SuppressionHandler
Enclosing interface:
Advice.Dispatcher.SuppressionHandler

@Enhance public static class Advice.Dispatcher.SuppressionHandler.Suppressing extends Object implements Advice.Dispatcher.SuppressionHandler
A suppression handler that suppresses a given throwable type.
  • Constructor Details

    • Suppressing

      protected Suppressing(TypeDescription suppressedType)
      Creates a new suppressing suppression handler.
      Parameters:
      suppressedType - The suppressed throwable type.
  • Method Details