Class UncaughtExceptionsRule.UncaughtExceptionEntry

    • Field Detail

      • thread

        public final Thread thread
      • exception

        public final Throwable exception
    • Constructor Detail

      • UncaughtExceptionEntry

        public UncaughtExceptionEntry​(Thread thread,
                                      Throwable exception)