インターフェースの使用
org.springframework.batch.repeat.exception.ExceptionHandler
ExceptionHandler を使用するパッケージ
パッケージ
説明
java ベースのジョブ構成用のステップレベルのビルダー。
ステップレベルコンポーネントのファクトリ。
アイテム指向アプローチのステップに関する特定の実装。
リモートチャンキングのコンポーネント。
繰り返しの例外ハンドラーのインフラストラクチャー実装。
繰り返しサポートの関心事のインフラストラクチャ実装。
org.springframework.batch.core.step.builder 内の ExceptionHandler 使用
修飾子と型メソッド説明protected ExceptionHandlerAbstractTaskletStepBuilder.getExceptionHandler()サブクラスがユーザーによって挿入された例外ハンドラーにアクセスするための便利なメソッド。型 ExceptionHandler のパラメーターを持つ org.springframework.batch.core.step.builder のメソッド修飾子と型メソッド説明AbstractTaskletStepBuilder.exceptionHandler(ExceptionHandler exceptionHandler) タスクレットが失敗した場合に使用する例外ハンドラーを設定します。org.springframework.batch.core.step.factory 内の ExceptionHandler 使用
修飾子と型メソッド説明protected ExceptionHandlerSimpleStepFactoryBean.getExceptionHandler()ExceptionHandlerの保護された getter。型 ExceptionHandler のパラメーターを持つ org.springframework.batch.core.step.factory のメソッド修飾子と型メソッド説明voidSimpleStepFactoryBean.setExceptionHandler(ExceptionHandler exceptionHandler) ExceptionHandlerのパブリック setter。org.springframework.batch.core.step.item 内の ExceptionHandler 使用
ExceptionHandler を実装している org.springframework.batch.core.step.item のクラス型 ExceptionHandler のパラメーターを持つ org.springframework.batch.core.step.item のコンストラクター修飾子コンストラクター説明SimpleRetryExceptionHandler(org.springframework.retry.RetryPolicy retryPolicy, ExceptionHandler exceptionHandler, CollectionSE<ClassSE<? extends ThrowableSE>> fatalExceptionClasses) 必須プロパティから例外ハンドラーを作成します。org.springframework.batch.integration.chunk 内の ExceptionHandler 使用
型 ExceptionHandler のパラメーターを持つ org.springframework.batch.integration.chunk のメソッドorg.springframework.batch.repeat.exception 内の ExceptionHandler 使用
修飾子と型クラス説明classデリゲートのリストをループする複合ExceptionHandler。classExceptionHandlerのデフォルト実装 - 発生した例外を再スローするだけです。classClassifierに基づくExceptionHandlerの実装。class特定の型の例外がしきい値に達したときに再スローするExceptionHandlerの実装。class特定の例外型を検索する例外ハンドラーの単純な実装。型 ExceptionHandler のパラメーターを持つ org.springframework.batch.repeat.exception のメソッドorg.springframework.batch.repeat.support 内の ExceptionHandler 使用
型 ExceptionHandler のパラメーターを持つ org.springframework.batch.repeat.support のメソッド修飾子と型メソッド説明voidRepeatTemplate.setExceptionHandler(ExceptionHandler exceptionHandler) 例外ハンドラー戦略の Setter。