class com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl extends com.sun.tools.jdi.EventSetImpl$LocatableEventImpl implements com.sun.jdi.event.ExceptionEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl
  super_class: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
{
  private com.sun.jdi.ObjectReference exception;
    descriptor: Lcom/sun/jdi/ObjectReference;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.Location catchLocation;
    descriptor: Lcom/sun/jdi/Location;
    flags: (0x0002) ACC_PRIVATE

  final com.sun.tools.jdi.EventSetImpl this$0;
    descriptor: Lcom/sun/tools/jdi/EventSetImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdi.EventSetImpl, com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception);
    descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$Exception;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
        start local 2 // com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception evt
         0: .line 446
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
         1: .line 447
            aload 0 /* this */
            aload 1
            aload 2 /* evt */
            aload 2 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception.requestID:I
            aload 2 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
            aload 2 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception.location:Lcom/sun/jdi/Location;
            invokespecial com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;)V
         2: .line 448
            aload 0 /* this */
            aload 2 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            putfield com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl.exception:Lcom/sun/jdi/ObjectReference;
         3: .line 449
            aload 0 /* this */
            aload 2 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception.catchLocation:Lcom/sun/jdi/Location;
            putfield com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl.catchLocation:Lcom/sun/jdi/Location;
         4: .line 450
            return
        end local 2 // com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception evt
        end local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/EventSetImpl$ExceptionEventImpl;
            0    5     2   evt  Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$Exception;
    MethodParameters:
        Name  Flags
      this$0  final
      evt     

  public com.sun.jdi.ObjectReference exception();
    descriptor: ()Lcom/sun/jdi/ObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
         0: .line 453
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl.exception:Lcom/sun/jdi/ObjectReference;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$ExceptionEventImpl;

  public com.sun.jdi.Location catchLocation();
    descriptor: ()Lcom/sun/jdi/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
         0: .line 457
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl.catchLocation:Lcom/sun/jdi/Location;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$ExceptionEventImpl;

  java.lang.String eventName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
         0: .line 461
            ldc "ExceptionEvent"
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl$ExceptionEventImpl;
}
SourceFile: "EventSetImpl.java"
NestHost: com.sun.tools.jdi.EventSetImpl
InnerClasses:
  ExceptionEventImpl = com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl of com.sun.tools.jdi.EventSetImpl
  abstract LocatableEventImpl = com.sun.tools.jdi.EventSetImpl$LocatableEventImpl of com.sun.tools.jdi.EventSetImpl
  Event = com.sun.tools.jdi.JDWP$Event of com.sun.tools.jdi.JDWP
  Composite = com.sun.tools.jdi.JDWP$Event$Composite of com.sun.tools.jdi.JDWP$Event
  Events = com.sun.tools.jdi.JDWP$Event$Composite$Events of com.sun.tools.jdi.JDWP$Event$Composite
  abstract EventsCommon = com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon of com.sun.tools.jdi.JDWP$Event$Composite$Events
  Exception = com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception of com.sun.tools.jdi.JDWP$Event$Composite$Events