public interface TryCatchFinallyHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleException(FlowContext flowContext,
Exception e)
异常事件处理
|
void |
handleFinally(FlowContext flowContext)
finally事件处理
|
void |
handleTryEnd(FlowContext flowContext)
结束事件try事件处理
|
void |
handleTryStart(FlowContext flowContext)
开始事件try事件处理
|
String |
name()
事件处理器名称
|
void handleTryStart(FlowContext flowContext) throws Exception
Exceptionvoid handleTryEnd(FlowContext flowContext) throws Exception
Exceptionvoid handleException(FlowContext flowContext, Exception e)
void handleFinally(FlowContext flowContext)
String name()
Copyright © 2024. All rights reserved.