class net.bytebuddy.asm.Advice$NoExceptionHandler extends java.lang.Throwable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$NoExceptionHandler
  super_class: java.lang.Throwable
{
  private static final net.bytebuddy.description.type.TypeDescription DESCRIPTION;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 11010
            ldc Lnet/bytebuddy/asm/Advice$NoExceptionHandler;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            putstatic net.bytebuddy.asm.Advice$NoExceptionHandler.DESCRIPTION:Lnet/bytebuddy/description/type/TypeDescription;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$NoExceptionHandler this
         0: .line 11015
            aload 0 /* this */
            invokespecial java.lang.Throwable.<init>:()V
         1: .line 11016
            new java.lang.UnsupportedOperationException
            dup
            ldc "This class only serves as a marker type and should not be instantiated"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.asm.Advice$NoExceptionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/asm/Advice$NoExceptionHandler;
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  private NoExceptionHandler = net.bytebuddy.asm.Advice$NoExceptionHandler of net.bytebuddy.asm.Advice
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription