Uses of Class
nablarch.fw.Result.NotFound
Packages that use Result.NotFound
Package
Description
本フレームワークの処理方式に共通する概念やアーキテクチャに関連する
インターフェース及びモジュールを収めたパッケージ。
処理方式に依存しないフレームワーク標準ハンドラを収めたパッケージ。
-
Uses of Result.NotFound in nablarch.fw
Subclasses of Result.NotFound in nablarch.fwModifier and TypeClassDescriptionstatic class
これ以上読み取るデータが無いことを示す例外。class
ハンドラーキュー上に処理を委譲するためのハンドラが存在しない場合に 送出される例外。 -
Uses of Result.NotFound in nablarch.fw.handler
Methods in nablarch.fw.handler that throw Result.NotFoundModifier and TypeMethodDescriptionMethodBinding.handle
(TData req, ExecutionContext ctx) getMethodBoundTo() で取得したメソッドに対して後続処理を委譲し、 その結果を返す。