类 FootballExceptionHandler

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidhandleException​(RepeatContext context, java.lang.Throwable throwable)
      Deal with a Throwable during a batch - decide whether it should be re-thrown in the first place.
      • 从类继承的方法 java.lang.Object

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

      • handleException

        public void handleException​(RepeatContext context,
                                    java.lang.Throwable throwable)
                             throws java.lang.Throwable
        从接口复制的说明: ExceptionHandler
        Deal with a Throwable during a batch - decide whether it should be re-thrown in the first place.
        指定者:
        handleException 在接口中 ExceptionHandler
        参数:
        context - the current RepeatContext. Can be used to store state (via attributes), for example to count the number of occurrences of a particular exception type and implement a threshold policy.
        throwable - an exception.
        抛出:
        java.lang.Throwable - implementations are free to re-throw the exception