类 RepeatInternalStateSupport

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      java.util.Collection<java.lang.Throwable>getThrowables()
      Returns a mutable collection of exceptions that have occurred in the current repeat context.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • getThrowables

        public java.util.Collection<java.lang.Throwable> getThrowables()
        从接口复制的说明: RepeatInternalState
        Returns a mutable collection of exceptions that have occurred in the current repeat context. Clients are expected to mutate this collection.
        指定者:
        getThrowables 在接口中 RepeatInternalState
        返回:
        the collection of exceptions being accumulated