Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UncaughtExceptionError

        public UncaughtExceptionError​(java.lang.String message,
                                      java.lang.Throwable cause)