public class com.sun.tools.classfile.AttributeException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.AttributeException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4231486387714867770

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.AttributeException this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
            return
        end local 0 // com.sun.tools.classfile.AttributeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/AttributeException;

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.AttributeException this
        start local 1 // java.lang.String msg
         0: .line 39
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 40
            return
        end local 1 // java.lang.String msg
        end local 0 // com.sun.tools.classfile.AttributeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/classfile/AttributeException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "AttributeException.java"