public final class io.reactivex.internal.util.ExceptionHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.util.ExceptionHelper
  super_class: java.lang.Object
{
  public static final java.lang.Throwable TERMINATED;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 53
            new io.reactivex.internal.util.ExceptionHelper$Termination
            dup
            invokespecial io.reactivex.internal.util.ExceptionHelper$Termination.<init>:()V
            putstatic io.reactivex.internal.util.ExceptionHelper.TERMINATED:Ljava/lang/Throwable;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.util.ExceptionHelper this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            new java.lang.IllegalStateException
            dup
            ldc "No instances!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.reactivex.internal.util.ExceptionHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/util/ExceptionHelper;

  public static java.lang.RuntimeException wrapOrThrow(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Throwable error
         0: .line 40
            aload 0 /* error */
            instanceof java.lang.Error
            ifeq 2
         1: .line 41
            aload 0 /* error */
            checkcast java.lang.Error
            athrow
         2: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* error */
            instanceof java.lang.RuntimeException
            ifeq 4
         3: .line 44
            aload 0 /* error */
            checkcast java.lang.RuntimeException
            areturn
         4: .line 46
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 0 /* error */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            areturn
        end local 0 // java.lang.Throwable error
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  error  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      error  

  public static <T> boolean addThrowable(java.util.concurrent.atomic.AtomicReference<java.lang.Throwable>, java.lang.Throwable);
    descriptor: (Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Throwable;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // java.util.concurrent.atomic.AtomicReference field
        start local 1 // java.lang.Throwable exception
         0: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* field */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 2 /* current */
        start local 2 // java.lang.Throwable current
         1: .line 59
            aload 2 /* current */
            getstatic io.reactivex.internal.util.ExceptionHelper.TERMINATED:Ljava/lang/Throwable;
            if_acmpne 3
         2: .line 60
            iconst_0
            ireturn
         3: .line 64
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2 /* current */
            ifnonnull 6
         4: .line 65
            aload 1 /* exception */
            astore 3 /* update */
        start local 3 // java.lang.Throwable update
         5: .line 66
            goto 7
        end local 3 // java.lang.Throwable update
         6: .line 67
      StackMap locals:
      StackMap stack:
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 2 /* current */
            aastore
            dup
            iconst_1
            aload 1 /* exception */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            astore 3 /* update */
        start local 3 // java.lang.Throwable update
         7: .line 70
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* field */
            aload 2 /* current */
            aload 3 /* update */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 0
         8: .line 71
            iconst_1
            ireturn
        end local 3 // java.lang.Throwable update
        end local 2 // java.lang.Throwable current
        end local 1 // java.lang.Throwable exception
        end local 0 // java.util.concurrent.atomic.AtomicReference field
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0      field  Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Throwable;>;
            0    9     1  exception  Ljava/lang/Throwable;
            1    9     2    current  Ljava/lang/Throwable;
            5    6     3     update  Ljava/lang/Throwable;
            7    9     3     update  Ljava/lang/Throwable;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Throwable;>;Ljava/lang/Throwable;)Z
    MethodParameters:
           Name  Flags
      field      
      exception  

  public static <T> java.lang.Throwable terminate(java.util.concurrent.atomic.AtomicReference<java.lang.Throwable>);
    descriptor: (Ljava/util/concurrent/atomic/AtomicReference;)Ljava/lang/Throwable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.concurrent.atomic.AtomicReference field
         0: .line 77
            aload 0 /* field */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 1 /* current */
        start local 1 // java.lang.Throwable current
         1: .line 78
            aload 1 /* current */
            getstatic io.reactivex.internal.util.ExceptionHelper.TERMINATED:Ljava/lang/Throwable;
            if_acmpeq 3
         2: .line 79
            aload 0 /* field */
            getstatic io.reactivex.internal.util.ExceptionHelper.TERMINATED:Ljava/lang/Throwable;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 1 /* current */
         3: .line 81
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1 /* current */
            areturn
        end local 1 // java.lang.Throwable current
        end local 0 // java.util.concurrent.atomic.AtomicReference field
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0    field  Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Throwable;>;
            1    4     1  current  Ljava/lang/Throwable;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Throwable;>;)Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      field  

  public static java.util.List<java.lang.Throwable> flatten(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 90
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* list */
        start local 1 // java.util.List list
         1: .line 91
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            astore 2 /* deque */
        start local 2 // java.util.ArrayDeque deque
         2: .line 92
            aload 2 /* deque */
            aload 0 /* t */
            invokevirtual java.util.ArrayDeque.offer:(Ljava/lang/Object;)Z
            pop
         3: .line 94
            goto 15
         4: .line 95
      StackMap locals: java.util.List java.util.ArrayDeque
      StackMap stack:
            aload 2 /* deque */
            invokevirtual java.util.ArrayDeque.removeFirst:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 3 /* e */
        start local 3 // java.lang.Throwable e
         5: .line 96
            aload 3 /* e */
            instanceof io.reactivex.exceptions.CompositeException
            ifeq 14
         6: .line 97
            aload 3 /* e */
            checkcast io.reactivex.exceptions.CompositeException
            astore 4 /* ce */
        start local 4 // io.reactivex.exceptions.CompositeException ce
         7: .line 98
            aload 4 /* ce */
            invokevirtual io.reactivex.exceptions.CompositeException.getExceptions:()Ljava/util/List;
            astore 5 /* exceptions */
        start local 5 // java.util.List exceptions
         8: .line 99
            aload 5 /* exceptions */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 6 /* i */
        start local 6 // int i
         9: goto 12
        10: .line 100
      StackMap locals: java.lang.Throwable java.util.List java.util.ArrayDeque java.lang.Throwable io.reactivex.exceptions.CompositeException java.util.List int
      StackMap stack:
            aload 2 /* deque */
            aload 5 /* exceptions */
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Throwable
            invokevirtual java.util.ArrayDeque.offerFirst:(Ljava/lang/Object;)Z
            pop
        11: .line 99
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            ifge 10
        end local 6 // int i
        end local 5 // java.util.List exceptions
        end local 4 // io.reactivex.exceptions.CompositeException ce
        13: .line 102
            goto 15
        14: .line 103
      StackMap locals:
      StackMap stack:
            aload 1 /* list */
            aload 3 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.Throwable e
        15: .line 94
      StackMap locals:
      StackMap stack:
            aload 2 /* deque */
            invokevirtual java.util.ArrayDeque.isEmpty:()Z
            ifeq 4
        16: .line 107
            aload 1 /* list */
            areturn
        end local 2 // java.util.ArrayDeque deque
        end local 1 // java.util.List list
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0           t  Ljava/lang/Throwable;
            1   17     1        list  Ljava/util/List<Ljava/lang/Throwable;>;
            2   17     2       deque  Ljava/util/ArrayDeque<Ljava/lang/Throwable;>;
            5   15     3           e  Ljava/lang/Throwable;
            7   13     4          ce  Lio/reactivex/exceptions/CompositeException;
            8   13     5  exceptions  Ljava/util/List<Ljava/lang/Throwable;>;
            9   13     6           i  I
    Signature: (Ljava/lang/Throwable;)Ljava/util/List<Ljava/lang/Throwable;>;
    MethodParameters:
      Name  Flags
      t     

  public static <E extends java.lang.Throwable> java.lang.Exception throwIfThrowable(java.lang.Throwable) throws E;
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Exception;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable e
         0: .line 119
            aload 0 /* e */
            instanceof java.lang.Exception
            ifeq 2
         1: .line 120
            aload 0 /* e */
            checkcast java.lang.Exception
            areturn
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            athrow
        end local 0 // java.lang.Throwable e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     e  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Throwable
    Signature: <E:Ljava/lang/Throwable;>(Ljava/lang/Throwable;)Ljava/lang/Exception;^TE;
    MethodParameters:
      Name  Flags
      e     

  public static java.lang.String timeoutMessage(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // long timeout
        start local 2 // java.util.concurrent.TimeUnit unit
         0: .line 126
            new java.lang.StringBuilder
            dup
            ldc "The source did not signal an event for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 127
            lload 0 /* timeout */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         2: .line 128
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 129
            aload 2 /* unit */
            invokevirtual java.util.concurrent.TimeUnit.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 130
            ldc " and has been terminated."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 126
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.util.concurrent.TimeUnit unit
        end local 0 // long timeout
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  timeout  J
            0    6     2     unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
         Name  Flags
      timeout  
      unit     
}
SourceFile: "ExceptionHelper.java"
NestMembers:
  io.reactivex.internal.util.ExceptionHelper$Termination
InnerClasses:
  final Termination = io.reactivex.internal.util.ExceptionHelper$Termination of io.reactivex.internal.util.ExceptionHelper