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 ExceptionThrownRule
AdviceActivity. handleException(ExceptionRule exceptionRule)
ExceptionThrownRule
CoreActivity. handleException(ExceptionRule exceptionRule)
Method parameters in com.aspectran.core.activity with type arguments of type ExceptionRule Modifier and Type Method Description void
Activity. handleException(java.util.List<ExceptionRule> exceptionRuleList)
Exception handling.void
AdviceActivity. handleException(java.util.List<ExceptionRule> exceptionRuleList)
void
DefaultActivity. 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 boolean
AbstractDynamicProxyBean. 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 ExceptionRule
AspectAdviceRule. getExceptionRule()
ExceptionRule
AspectRule. getExceptionRule()
ExceptionRule
TransletRule. getExceptionRule()
Methods in com.aspectran.core.context.rule with parameters of type ExceptionRule Modifier and Type Method Description void
AspectRule. setExceptionRule(ExceptionRule exceptionRule)
void
TransletRule. setExceptionRule(ExceptionRule exceptionRule)
-