class com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl implements com.sun.jdi.request.ExceptionRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl
  super_class: com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl
{
  com.sun.jdi.ReferenceType exception;
    descriptor: Lcom/sun/jdi/ReferenceType;
    flags: (0x0000) 

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

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

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

  void <init>(com.sun.tools.jdi.EventRequestManagerImpl, com.sun.jdi.ReferenceType, boolean, boolean);
    descriptor: (Lcom/sun/tools/jdi/EventRequestManagerImpl;Lcom/sun/jdi/ReferenceType;ZZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
        start local 2 // com.sun.jdi.ReferenceType refType
        start local 3 // boolean notifyCaught
        start local 4 // boolean notifyUncaught
         0: .line 396
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
         1: .line 395
            aload 0 /* this */
            aload 1
            invokespecial com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl.<init>:(Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
         2: .line 391
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.exception:Lcom/sun/jdi/ReferenceType;
         3: .line 392
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.caught:Z
         4: .line 393
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.uncaught:Z
         5: .line 397
            aload 0 /* this */
            aload 2 /* refType */
            putfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.exception:Lcom/sun/jdi/ReferenceType;
         6: .line 398
            aload 0 /* this */
            iload 3 /* notifyCaught */
            putfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.caught:Z
         7: .line 399
            aload 0 /* this */
            iload 4 /* notifyUncaught */
            putfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.uncaught:Z
         8: .line 402
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.exception:Lcom/sun/jdi/ReferenceType;
            ifnonnull 11
         9: .line 403
            new com.sun.tools.jdi.ClassTypeImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lconst_0
            invokespecial com.sun.tools.jdi.ClassTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 5 /* exc */
        start local 5 // com.sun.tools.jdi.ReferenceTypeImpl exc
        10: .line 404
            goto 12
        end local 5 // com.sun.tools.jdi.ReferenceTypeImpl exc
        11: .line 405
      StackMap locals: com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl com.sun.tools.jdi.EventRequestManagerImpl com.sun.jdi.ReferenceType int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.exception:Lcom/sun/jdi/ReferenceType;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 5 /* exc */
        start local 5 // com.sun.tools.jdi.ReferenceTypeImpl exc
        12: .line 407
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.filters:Ljava/util/List;
        13: .line 408
            aload 5 /* exc */
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.caught:Z
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.uncaught:Z
            invokestatic com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$ExceptionOnly.create:(Lcom/sun/tools/jdi/ReferenceTypeImpl;ZZ)Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;
        14: .line 407
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.tools.jdi.ReferenceTypeImpl exc
        15: .line 410
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.requestList:()Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        16: .line 411
            return
        end local 4 // boolean notifyUncaught
        end local 3 // boolean notifyCaught
        end local 2 // com.sun.jdi.ReferenceType refType
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lcom/sun/tools/jdi/EventRequestManagerImpl$ExceptionRequestImpl;
            0   17     2         refType  Lcom/sun/jdi/ReferenceType;
            0   17     3    notifyCaught  Z
            0   17     4  notifyUncaught  Z
           10   11     5             exc  Lcom/sun/tools/jdi/ReferenceTypeImpl;
           12   15     5             exc  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    MethodParameters:
                Name  Flags
      this$0          final
      refType         
      notifyCaught    
      notifyUncaught  

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

  public boolean notifyCaught();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
         0: .line 418
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.caught:Z
            ireturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$ExceptionRequestImpl;

  public boolean notifyUncaught();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
         0: .line 422
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.uncaught:Z
            ireturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$ExceptionRequestImpl;

  int eventCmd();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
         0: .line 426
            iconst_4
            ireturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$ExceptionRequestImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
         0: .line 430
            new java.lang.StringBuilder
            dup
            ldc "exception request "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.exception:()Lcom/sun/jdi/ReferenceType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl.state:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$ExceptionRequestImpl;
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
  abstract ClassVisibleEventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
  ExceptionRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ExceptionRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
  EventRequest = com.sun.tools.jdi.JDWP$EventRequest of com.sun.tools.jdi.JDWP
  Set = com.sun.tools.jdi.JDWP$EventRequest$Set of com.sun.tools.jdi.JDWP$EventRequest
  Modifier = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier of com.sun.tools.jdi.JDWP$EventRequest$Set
  ExceptionOnly = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$ExceptionOnly of com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier