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

  void <init>(com.sun.jdi.event.EventSet);
    descriptor: (Lcom/sun/jdi/event/EventSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
        start local 1 // com.sun.jdi.event.EventSet jdiEventSet
         0: .line 45
            aload 0 /* this */
            aload 1 /* jdiEventSet */
            invokespecial com.sun.tools.example.debug.event.LocatableEventSet.<init>:(Lcom/sun/jdi/event/EventSet;)V
         1: .line 46
            return
        end local 1 // com.sun.jdi.event.EventSet jdiEventSet
        end local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/tools/example/debug/event/ExceptionEventSet;
            0    2     1  jdiEventSet  Lcom/sun/jdi/event/EventSet;
    MethodParameters:
             Name  Flags
      jdiEventSet  

  public com.sun.jdi.ObjectReference getException();
    descriptor: ()Lcom/sun/jdi/ObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
         0: .line 57
            aload 0 /* this */
            getfield com.sun.tools.example.debug.event.ExceptionEventSet.oneEvent:Lcom/sun/jdi/event/Event;
            checkcast com.sun.jdi.event.ExceptionEvent
            invokeinterface com.sun.jdi.event.ExceptionEvent.exception:()Lcom/sun/jdi/ObjectReference;
            areturn
        end local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/event/ExceptionEventSet;

  public com.sun.jdi.Location getCatchLocation();
    descriptor: ()Lcom/sun/jdi/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
         0: .line 86
            aload 0 /* this */
            getfield com.sun.tools.example.debug.event.ExceptionEventSet.oneEvent:Lcom/sun/jdi/event/Event;
            checkcast com.sun.jdi.event.ExceptionEvent
            invokeinterface com.sun.jdi.event.ExceptionEvent.catchLocation:()Lcom/sun/jdi/Location;
            areturn
        end local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/event/ExceptionEventSet;

  public void notify(com.sun.tools.example.debug.event.JDIListener);
    descriptor: (Lcom/sun/tools/example/debug/event/JDIListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
        start local 1 // com.sun.tools.example.debug.event.JDIListener listener
         0: .line 91
            aload 1 /* listener */
            aload 0 /* this */
            invokeinterface com.sun.tools.example.debug.event.JDIListener.exception:(Lcom/sun/tools/example/debug/event/ExceptionEventSet;)V
         1: .line 92
            return
        end local 1 // com.sun.tools.example.debug.event.JDIListener listener
        end local 0 // com.sun.tools.example.debug.event.ExceptionEventSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/example/debug/event/ExceptionEventSet;
            0    2     1  listener  Lcom/sun/tools/example/debug/event/JDIListener;
    MethodParameters:
          Name  Flags
      listener  
}
SourceFile: "ExceptionEventSet.java"