Class RepeatInternalStateSupport

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

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

      • RepeatInternalStateSupport

        public RepeatInternalStateSupport()
    • Method Detail

      • getThrowables

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