Class TestFXRule.RetryException

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

    private static class TestFXRule.RetryException
    extends java.lang.RuntimeException
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RetryException​(java.lang.String message)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static TestFXRule.RetryException from​(java.lang.Throwable[] errors)  
      private static java.lang.String stackTraceAsString​(java.lang.Throwable t)  
      • 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

      • RetryException

        private RetryException​(java.lang.String message)
    • Method Detail

      • stackTraceAsString

        private static java.lang.String stackTraceAsString​(java.lang.Throwable t)