接口 RepeatInternalState

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      java.util.Collection<java.lang.Throwable>getThrowables()
      Returns a mutable collection of exceptions that have occurred in the current repeat context.
    • 方法详细资料

      • 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.
        返回:
        the collection of exceptions being accumulated