Class UncaughtExceptionError

java.lang.Object
java.lang.Throwable
java.lang.Error
com.carrotsearch.randomizedtesting.UncaughtExceptionError
All Implemented Interfaces:
Serializable

final class UncaughtExceptionError extends Error
This is thrown on uncaught exceptions during suite or test execution.
  • Constructor Details

    • UncaughtExceptionError

      public UncaughtExceptionError(String message, Throwable cause)