public class com.sun.tools.example.debug.bdi.SpecErrorEvent extends com.sun.tools.example.debug.bdi.SpecEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.debug.bdi.SpecErrorEvent
  super_class: com.sun.tools.example.debug.bdi.SpecEvent
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8162634387866409578

  private java.lang.Exception reason;
    descriptor: Ljava/lang/Exception;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.tools.example.debug.bdi.EventRequestSpec, java.lang.Exception);
    descriptor: (Lcom/sun/tools/example/debug/bdi/EventRequestSpec;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.bdi.SpecErrorEvent this
        start local 1 // com.sun.tools.example.debug.bdi.EventRequestSpec eventRequestSpec
        start local 2 // java.lang.Exception reason
         0: .line 44
            aload 0 /* this */
            aload 1 /* eventRequestSpec */
            invokespecial com.sun.tools.example.debug.bdi.SpecEvent.<init>:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;)V
         1: .line 45
            aload 0 /* this */
            aload 2 /* reason */
            putfield com.sun.tools.example.debug.bdi.SpecErrorEvent.reason:Ljava/lang/Exception;
         2: .line 46
            return
        end local 2 // java.lang.Exception reason
        end local 1 // com.sun.tools.example.debug.bdi.EventRequestSpec eventRequestSpec
        end local 0 // com.sun.tools.example.debug.bdi.SpecErrorEvent this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/tools/example/debug/bdi/SpecErrorEvent;
            0    3     1  eventRequestSpec  Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
            0    3     2            reason  Ljava/lang/Exception;
    MethodParameters:
                  Name  Flags
      eventRequestSpec  
      reason            

  public java.lang.Exception getReason();
    descriptor: ()Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.SpecErrorEvent this
         0: .line 49
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.SpecErrorEvent.reason:Ljava/lang/Exception;
            areturn
        end local 0 // com.sun.tools.example.debug.bdi.SpecErrorEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/bdi/SpecErrorEvent;
}
SourceFile: "SpecErrorEvent.java"