Class Advice.AssignReturned.ExceptionHandler.Factory.Enabled

java.lang.Object
net.bytebuddy.asm.Advice.AssignReturned.ExceptionHandler.Factory.Enabled
All Implemented Interfaces:
Advice.AssignReturned.ExceptionHandler.Factory
Enclosing interface:
Advice.AssignReturned.ExceptionHandler.Factory

@Enhance public static class Advice.AssignReturned.ExceptionHandler.Factory.Enabled extends Object implements Advice.AssignReturned.ExceptionHandler.Factory
A factory that creates an exception handler for a given exception type.
  • Field Details

    • exceptionType

      private final TypeDescription exceptionType
      The exception type being handled.
  • Constructor Details

    • Enabled

      protected Enabled(TypeDescription exceptionType)
      Creates a factory for an exception handler of the supplied exception type.
      Parameters:
      exceptionType - The exception type being handled.
  • Method Details