Interface RepeatInternalState

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.util.Collection<java.lang.Throwable>getThrowables()
      Returns a mutable collection of exceptions that have occurred in the current repeat context.
    • Method Detail

      • getThrowables

        java.util.Collection<java.lang.Throwable> getThrowables()
        Returns a mutable collection of exceptions that have occurred in the current repeat context. Clients are expected to mutate this collection.
        Returns:
        the collection of exceptions being accumulated