|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
public interface TryCatchFinallyProcessor
TemplateProcessorの拡張インターフェイス。例外処理関連のイベントを 受け取る機能を持たせる。
| メソッドの概要 | |
|---|---|
boolean |
canCatch()
例外をcatchするかどうかを返す。 |
void |
doCatchProcess(java.lang.Throwable t)
プロセス中の例外をキャッチして行う処理。 |
void |
doFinallyProcess()
プロセス中に例外が起きても行う後処理。 |
| インタフェース org.seasar.mayaa.engine.processor.TemplateProcessor から継承されたメソッド |
|---|
doEndProcess, doStartProcess, getInjectedNode, getOriginalNode, getProcessorDefinition, getUniqueID, initialize, kill, notifyBeginRender, setInjectedNode, setOriginalNode, setProcessorDefinition |
| インタフェース org.seasar.mayaa.engine.processor.ProcessorTreeWalker から継承されたメソッド |
|---|
addChildProcessor, clearChildProcessors, getChildProcessor, getChildProcessorSize, getParentProcessor, getVariables, insertProcessor, removeProcessor, setParentProcessor |
| インタフェース org.seasar.mayaa.engine.specification.serialize.ProcessorReferenceResolverFinder から継承されたメソッド |
|---|
findProcessorResolver |
| インタフェース org.seasar.mayaa.engine.specification.serialize.NodeReferenceResolverFinder から継承されたメソッド |
|---|
findNodeResolver |
| メソッドの詳細 |
|---|
boolean canCatch()
void doCatchProcess(java.lang.Throwable t)
t - プロセス中に発生した例外void doFinallyProcess()
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||