Uses of Class
com.aspectran.core.activity.process.action.ActionExecutionException
-
Packages that use ActionExecutionException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean.proxy -
-
Uses of ActionExecutionException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw ActionExecutionException Modifier and Type Method Description protected voidCoreActivity. execute(ActionList actionList)protected voidCoreActivity. execute(ActionList actionList, ContentResult contentResult)voidActivity. handleException(java.util.List<ExceptionRule> exceptionRuleList)Exception handling.protected ExceptionThrownRuleAdviceActivity. handleException(ExceptionRule exceptionRule)voidAdviceActivity. handleException(java.util.List<ExceptionRule> exceptionRuleList)ExceptionThrownRuleCoreActivity. handleException(ExceptionRule exceptionRule) -
Uses of ActionExecutionException in com.aspectran.core.component.bean.proxy
Methods in com.aspectran.core.component.bean.proxy that throw ActionExecutionException Modifier and Type Method Description protected booleanAbstractDynamicProxyBean. exception(java.util.List<ExceptionRule> exceptionRuleList, java.lang.Exception e, Activity activity)
-