public interface TryCatchFinallyProcessor extends TemplateProcessor
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
canCatch()
例外をcatchするかどうかを返す。
|
void |
doCatchProcess(java.lang.Throwable t)
プロセス中の例外をキャッチして行う処理。
|
void |
doFinallyProcess()
プロセス中に例外が起きても行う後処理。
|
doEndProcess, doStartProcess, getInjectedNode, getOriginalNode, getProcessorDefinition, getUniqueID, initialize, kill, notifyBeginRender, setInjectedNode, setOriginalNode, setProcessorDefinition
addChildProcessor, clearChildProcessors, getChildProcessor, getChildProcessorSize, getParentProcessor, getStaticParentProcessor, getVariables, insertProcessor, removeProcessor, setParentProcessor
findProcessorResolver
findNodeResolver
boolean canCatch()
void doCatchProcess(java.lang.Throwable t)
t
- プロセス中に発生した例外void doFinallyProcess()