Uses of Class
com.aspectran.core.context.rule.ExceptionRule
-
Packages that use ExceptionRule Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.aspect com.aspectran.core.component.bean.proxy com.aspectran.core.context.rule -
-
Uses of ExceptionRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return types with arguments of type ExceptionRule Modifier and Type Method Description protected java.util.List<ExceptionRule>AdviceActivity. getExceptionRuleList()Methods in com.aspectran.core.activity with parameters of type ExceptionRule Modifier and Type Method Description protected ExceptionThrownRuleAdviceActivity. handleException(ExceptionRule exceptionRule)ExceptionThrownRuleCoreActivity. handleException(ExceptionRule exceptionRule)Method parameters in com.aspectran.core.activity with type arguments of type ExceptionRule Modifier and Type Method Description voidActivity. handleException(java.util.List<ExceptionRule> exceptionRuleList)Exception handling.voidAdviceActivity. handleException(java.util.List<ExceptionRule> exceptionRuleList)voidDefaultActivity. handleException(java.util.List<ExceptionRule> exceptionRuleList) -
Uses of ExceptionRule in com.aspectran.core.component.aspect
Methods in com.aspectran.core.component.aspect that return types with arguments of type ExceptionRule Modifier and Type Method Description java.util.List<ExceptionRule>AspectAdviceRuleRegistry. getExceptionRuleList() -
Uses of ExceptionRule in com.aspectran.core.component.bean.proxy
Method parameters in com.aspectran.core.component.bean.proxy with type arguments of type ExceptionRule Modifier and Type Method Description protected booleanAbstractDynamicProxyBean. exception(java.util.List<ExceptionRule> exceptionRuleList, java.lang.Exception e, Activity activity) -
Uses of ExceptionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ExceptionRule Modifier and Type Method Description ExceptionRuleAspectAdviceRule. getExceptionRule()ExceptionRuleAspectRule. getExceptionRule()ExceptionRuleTransletRule. getExceptionRule()Methods in com.aspectran.core.context.rule with parameters of type ExceptionRule Modifier and Type Method Description voidAspectRule. setExceptionRule(ExceptionRule exceptionRule)voidTransletRule. setExceptionRule(ExceptionRule exceptionRule)
-