Class Advice.NoExceptionHandler

java.lang.Object
java.lang.Throwable
net.bytebuddy.asm.Advice.NoExceptionHandler
All Implemented Interfaces:
Serializable
Enclosing class:
Advice

private static class Advice.NoExceptionHandler extends Throwable
A marker class that indicates that an advice method does not suppress any Throwable.
  • Field Details

  • Constructor Details

    • NoExceptionHandler

      private NoExceptionHandler()
      A private constructor as this class is not supposed to be invoked.