jp.terasoluna.fw.batch.standard
クラス ThrowBatchSystemErrorThrowableHandler

java.lang.Object
  上位を拡張 jp.terasoluna.fw.batch.standard.ThrowBatchSystemErrorThrowableHandler
すべての実装されたインタフェース:
ThrowableHandler

public class ThrowBatchSystemErrorThrowableHandler
extends java.lang.Object
implements ThrowableHandler

ThrowableHandlerインタフェースの標準実装クラス。

このクラスでは、Throwableを BatchSystemErrorにラップして、再スローする。


コンストラクタの概要
ThrowBatchSystemErrorThrowableHandler()
           
 
メソッドの概要
 void handle(JobContext jobContext, java.lang.Throwable throwable, JobStatus jobStatus)
          Throwableに対する処理を行う。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ThrowBatchSystemErrorThrowableHandler

public ThrowBatchSystemErrorThrowableHandler()
メソッドの詳細

handle

public void handle(JobContext jobContext,
                   java.lang.Throwable throwable,
                   JobStatus jobStatus)
Throwableに対する処理を行う。

ここでは、Throwableを BatchSystemErrorにラップして、再スローする。

定義:
インタフェース ThrowableHandler 内の handle
パラメータ:
jobContext - ジョブコンテキスト
throwable - Throwable
jobStatus - ジョブステータス