Uses of Interface
nablarch.fw.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
処理方式に依存しないフレームワーク標準ハンドラを収めたパッケージ。
ハンドラリストの実行機能を提供する。
-
Uses of ExceptionHandler in nablarch.fw.handler
Classes in nablarch.fw.handler that implement ExceptionHandler -
Uses of ExceptionHandler in nablarch.fw.invoker
Methods in nablarch.fw.invoker with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
PipelineInvoker.setExceptionHandler
(ExceptionHandler exceptionHandler) 例外処理を行うExceptionHandler
を設定する。