Class UncaughtExceptionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.carrotsearch.randomizedtesting.UncaughtExceptionError
-
- All Implemented Interfaces:
java.io.Serializable
final class UncaughtExceptionError extends java.lang.Error
This is thrown on uncaught exceptions during suite or test execution.
-
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionError(java.lang.String message, java.lang.Throwable cause)
-