public class com.lmax.disruptor.dsl.ExceptionHandlerWrapper<T> implements com.lmax.disruptor.ExceptionHandler<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.lmax.disruptor.dsl.ExceptionHandlerWrapper
  super_class: java.lang.Object
{
  private com.lmax.disruptor.ExceptionHandler<? super T> delegate;
    descriptor: Lcom/lmax/disruptor/ExceptionHandler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/lmax/disruptor/ExceptionHandler<-TT;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
         0: .line 6
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 8
            aload 0 /* this */
            new com.lmax.disruptor.FatalExceptionHandler
            dup
            invokespecial com.lmax.disruptor.FatalExceptionHandler.<init>:()V
            putfield com.lmax.disruptor.dsl.ExceptionHandlerWrapper.delegate:Lcom/lmax/disruptor/ExceptionHandler;
         2: .line 6
            return
        end local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/lmax/disruptor/dsl/ExceptionHandlerWrapper<TT;>;

  public void switchTo(com.lmax.disruptor.ExceptionHandler<? super T>);
    descriptor: (Lcom/lmax/disruptor/ExceptionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
        start local 1 // com.lmax.disruptor.ExceptionHandler exceptionHandler
         0: .line 12
            aload 0 /* this */
            aload 1 /* exceptionHandler */
            putfield com.lmax.disruptor.dsl.ExceptionHandlerWrapper.delegate:Lcom/lmax/disruptor/ExceptionHandler;
         1: .line 13
            return
        end local 1 // com.lmax.disruptor.ExceptionHandler exceptionHandler
        end local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/lmax/disruptor/dsl/ExceptionHandlerWrapper<TT;>;
            0    2     1  exceptionHandler  Lcom/lmax/disruptor/ExceptionHandler<-TT;>;
    Signature: (Lcom/lmax/disruptor/ExceptionHandler<-TT;>;)V
    MethodParameters:
                  Name  Flags
      exceptionHandler  final

  public void handleEventException(java.lang.Throwable, long, );
    descriptor: (Ljava/lang/Throwable;JLjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
        start local 1 // java.lang.Throwable ex
        start local 2 // long sequence
        start local 4 // java.lang.Object event
         0: .line 18
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.ExceptionHandlerWrapper.delegate:Lcom/lmax/disruptor/ExceptionHandler;
            aload 1 /* ex */
            lload 2 /* sequence */
            aload 4 /* event */
            invokeinterface com.lmax.disruptor.ExceptionHandler.handleEventException:(Ljava/lang/Throwable;JLjava/lang/Object;)V
         1: .line 19
            return
        end local 4 // java.lang.Object event
        end local 2 // long sequence
        end local 1 // java.lang.Throwable ex
        end local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/lmax/disruptor/dsl/ExceptionHandlerWrapper<TT;>;
            0    2     1        ex  Ljava/lang/Throwable;
            0    2     2  sequence  J
            0    2     4     event  TT;
    Signature: (Ljava/lang/Throwable;JTT;)V
    MethodParameters:
          Name  Flags
      ex        final
      sequence  final
      event     final

  public void handleOnStartException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
        start local 1 // java.lang.Throwable ex
         0: .line 24
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.ExceptionHandlerWrapper.delegate:Lcom/lmax/disruptor/ExceptionHandler;
            aload 1 /* ex */
            invokeinterface com.lmax.disruptor.ExceptionHandler.handleOnStartException:(Ljava/lang/Throwable;)V
         1: .line 25
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/dsl/ExceptionHandlerWrapper<TT;>;
            0    2     1    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    final

  public void handleOnShutdownException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
        start local 1 // java.lang.Throwable ex
         0: .line 30
            aload 0 /* this */
            getfield com.lmax.disruptor.dsl.ExceptionHandlerWrapper.delegate:Lcom/lmax/disruptor/ExceptionHandler;
            aload 1 /* ex */
            invokeinterface com.lmax.disruptor.ExceptionHandler.handleOnShutdownException:(Ljava/lang/Throwable;)V
         1: .line 31
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // com.lmax.disruptor.dsl.ExceptionHandlerWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/lmax/disruptor/dsl/ExceptionHandlerWrapper<TT;>;
            0    2     1    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    final
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/lmax/disruptor/ExceptionHandler<TT;>;
SourceFile: "ExceptionHandlerWrapper.java"