public class AMSTryCatchFinallyHandler extends Object implements cn.schoolwow.quickflow.listener.TryCatchFinallyHandler
| 构造器和说明 |
|---|
AMSTryCatchFinallyHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleException(cn.schoolwow.quickflow.domain.FlowContext flowContext,
Exception e) |
void |
handleFinally(cn.schoolwow.quickflow.domain.FlowContext flowContext) |
void |
handleTryEnd(cn.schoolwow.quickflow.domain.FlowContext flowContext) |
void |
handleTryStart(cn.schoolwow.quickflow.domain.FlowContext flowContext) |
String |
name() |
public void handleTryStart(cn.schoolwow.quickflow.domain.FlowContext flowContext)
throws Exception
handleTryStart 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerExceptionpublic void handleTryEnd(cn.schoolwow.quickflow.domain.FlowContext flowContext)
throws Exception
handleTryEnd 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerExceptionpublic void handleException(cn.schoolwow.quickflow.domain.FlowContext flowContext,
Exception e)
handleException 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerpublic void handleFinally(cn.schoolwow.quickflow.domain.FlowContext flowContext)
handleFinally 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerpublic String name()
name 在接口中 cn.schoolwow.quickflow.listener.TryCatchFinallyHandlerCopyright © 2025. All rights reserved.