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