public class com.sun.tools.example.debug.bdi.ExceptionSpec extends com.sun.tools.example.debug.bdi.EventRequestSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.debug.bdi.ExceptionSpec
  super_class: com.sun.tools.example.debug.bdi.EventRequestSpec
{
  boolean notifyCaught;
    descriptor: Z
    flags: (0x0000) 

  boolean notifyUncaught;
    descriptor: Z
    flags: (0x0000) 

  void <init>(com.sun.tools.example.debug.bdi.EventRequestSpecList, com.sun.tools.example.debug.bdi.ReferenceTypeSpec, boolean, boolean);
    descriptor: (Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;ZZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // com.sun.tools.example.debug.bdi.EventRequestSpecList specs
        start local 2 // com.sun.tools.example.debug.bdi.ReferenceTypeSpec refSpec
        start local 3 // boolean notifyCaught
        start local 4 // boolean notifyUncaught
         0: .line 47
            aload 0 /* this */
            aload 1 /* specs */
            aload 2 /* refSpec */
            invokespecial com.sun.tools.example.debug.bdi.EventRequestSpec.<init>:(Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;)V
         1: .line 48
            aload 0 /* this */
            iload 3 /* notifyCaught */
            putfield com.sun.tools.example.debug.bdi.ExceptionSpec.notifyCaught:Z
         2: .line 49
            aload 0 /* this */
            iload 4 /* notifyUncaught */
            putfield com.sun.tools.example.debug.bdi.ExceptionSpec.notifyUncaught:Z
         3: .line 50
            return
        end local 4 // boolean notifyUncaught
        end local 3 // boolean notifyCaught
        end local 2 // com.sun.tools.example.debug.bdi.ReferenceTypeSpec refSpec
        end local 1 // com.sun.tools.example.debug.bdi.EventRequestSpecList specs
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    4     1           specs  Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
            0    4     2         refSpec  Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            0    4     3    notifyCaught  Z
            0    4     4  notifyUncaught  Z
    MethodParameters:
                Name  Flags
      specs           
      refSpec         
      notifyCaught    
      notifyUncaught  

  void notifySet(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        start local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
         0: .line 54
            aload 1 /* listener */
            aload 2 /* evt */
            invokeinterface com.sun.tools.example.debug.bdi.SpecListener.exceptionInterceptSet:(Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
         1: .line 55
            return
        end local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
        end local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    2     1  listener  Lcom/sun/tools/example/debug/bdi/SpecListener;
            0    2     2       evt  Lcom/sun/tools/example/debug/bdi/SpecEvent;
    MethodParameters:
          Name  Flags
      listener  
      evt       

  void notifyDeferred(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        start local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
         0: .line 59
            aload 1 /* listener */
            aload 2 /* evt */
            invokeinterface com.sun.tools.example.debug.bdi.SpecListener.exceptionInterceptDeferred:(Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
         1: .line 60
            return
        end local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
        end local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    2     1  listener  Lcom/sun/tools/example/debug/bdi/SpecListener;
            0    2     2       evt  Lcom/sun/tools/example/debug/bdi/SpecEvent;
    MethodParameters:
          Name  Flags
      listener  
      evt       

  void notifyResolved(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        start local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
         0: .line 64
            aload 1 /* listener */
            aload 2 /* evt */
            invokeinterface com.sun.tools.example.debug.bdi.SpecListener.exceptionInterceptResolved:(Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
         1: .line 65
            return
        end local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
        end local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    2     1  listener  Lcom/sun/tools/example/debug/bdi/SpecListener;
            0    2     2       evt  Lcom/sun/tools/example/debug/bdi/SpecEvent;
    MethodParameters:
          Name  Flags
      listener  
      evt       

  void notifyDeleted(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        start local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
         0: .line 69
            aload 1 /* listener */
            aload 2 /* evt */
            invokeinterface com.sun.tools.example.debug.bdi.SpecListener.exceptionInterceptDeleted:(Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
         1: .line 70
            return
        end local 2 // com.sun.tools.example.debug.bdi.SpecEvent evt
        end local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    2     1  listener  Lcom/sun/tools/example/debug/bdi/SpecListener;
            0    2     2       evt  Lcom/sun/tools/example/debug/bdi/SpecEvent;
    MethodParameters:
          Name  Flags
      listener  
      evt       

  void notifyError(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecErrorEvent);
    descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecErrorEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        start local 2 // com.sun.tools.example.debug.bdi.SpecErrorEvent evt
         0: .line 74
            aload 1 /* listener */
            aload 2 /* evt */
            invokeinterface com.sun.tools.example.debug.bdi.SpecListener.exceptionInterceptError:(Lcom/sun/tools/example/debug/bdi/SpecErrorEvent;)V
         1: .line 75
            return
        end local 2 // com.sun.tools.example.debug.bdi.SpecErrorEvent evt
        end local 1 // com.sun.tools.example.debug.bdi.SpecListener listener
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    2     1  listener  Lcom/sun/tools/example/debug/bdi/SpecListener;
            0    2     2       evt  Lcom/sun/tools/example/debug/bdi/SpecErrorEvent;
    MethodParameters:
          Name  Flags
      listener  
      evt       

  void resolve(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // com.sun.jdi.ReferenceType refType
         0: .line 82
            aload 0 /* this */
            aload 1 /* refType */
            invokeinterface com.sun.jdi.ReferenceType.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            invokeinterface com.sun.jdi.VirtualMachine.eventRequestManager:()Lcom/sun/jdi/request/EventRequestManager;
         1: .line 83
            aload 1 /* refType */
         2: .line 84
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExceptionSpec.notifyCaught:Z
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExceptionSpec.notifyUncaught:Z
         3: .line 83
            invokeinterface com.sun.jdi.request.EventRequestManager.createExceptionRequest:(Lcom/sun/jdi/ReferenceType;ZZ)Lcom/sun/jdi/request/ExceptionRequest;
         4: .line 82
            invokevirtual com.sun.tools.example.debug.bdi.ExceptionSpec.setRequest:(Lcom/sun/jdi/request/EventRequest;)V
         5: .line 85
            return
        end local 1 // com.sun.jdi.ReferenceType refType
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    6     1  refType  Lcom/sun/jdi/ReferenceType;
    MethodParameters:
         Name  Flags
      refType  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
         0: .line 89
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExceptionSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            invokeinterface com.sun.tools.example.debug.bdi.ReferenceTypeSpec.hashCode:()I
            ireturn
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
        start local 1 // java.lang.Object obj
         0: .line 94
            aload 1 /* obj */
            instanceof com.sun.tools.example.debug.bdi.ExceptionSpec
            ifeq 3
         1: .line 95
            aload 1 /* obj */
            checkcast com.sun.tools.example.debug.bdi.ExceptionSpec
            astore 2 /* es */
        start local 2 // com.sun.tools.example.debug.bdi.ExceptionSpec es
         2: .line 97
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExceptionSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            aload 2 /* es */
            getfield com.sun.tools.example.debug.bdi.ExceptionSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            invokeinterface com.sun.tools.example.debug.bdi.ReferenceTypeSpec.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.sun.tools.example.debug.bdi.ExceptionSpec es
         3: .line 99
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            0    4     1   obj  Ljava/lang/Object;
            2    3     2    es  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
         0: .line 105
            new java.lang.StringBuffer
            dup
            ldc "exception catch "
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 106
            aload 1 /* buffer */
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExceptionSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 107
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // com.sun.tools.example.debug.bdi.ExceptionSpec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/example/debug/bdi/ExceptionSpec;
            1    3     1  buffer  Ljava/lang/StringBuffer;
}
SourceFile: "ExceptionSpec.java"