Class FailureStrategy.ThrowableAssertionError

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FailureStrategy

    @Deprecated
    public static class FailureStrategy.ThrowableAssertionError
    extends java.lang.AssertionError
    Deprecated.
    Use AssertionError instead.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ThrowableAssertionError​(java.lang.String message, java.lang.Throwable throwable)
      Deprecated.
       
    • 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

      • ThrowableAssertionError

        public ThrowableAssertionError​(java.lang.String message,
                                       @Nullable
                                       java.lang.Throwable throwable)
        Deprecated.