Uses of Class
com.carrotsearch.randomizedtesting.RandomizedRunner.UncaughtException
Packages that use RandomizedRunner.UncaughtException
-
Uses of RandomizedRunner.UncaughtException in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting with type parameters of type RandomizedRunner.UncaughtExceptionModifier and TypeFieldDescriptionprivate final ArrayList
<RandomizedRunner.UncaughtException> RandomizedRunner.QueueUncaughtExceptionsHandler.uncaughtExceptions
Methods in com.carrotsearch.randomizedtesting that return types with arguments of type RandomizedRunner.UncaughtExceptionModifier and TypeMethodDescriptionRandomizedRunner.QueueUncaughtExceptionsHandler.getUncaughtAndClear()
Return the current list of uncaught exceptions and clear it.