Uses of Class
com.aspectran.core.context.rule.ExceptionRule
Packages that use ExceptionRule
Package
Description
A package for handling an activity that perform requests, business logic, and responses.
-
Uses of ExceptionRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return types with arguments of type ExceptionRuleModifier and TypeMethodDescriptionprotected List<ExceptionRule>
AdviceActivity.getExceptionRuleList()
Methods in com.aspectran.core.activity with parameters of type ExceptionRuleModifier and TypeMethodDescriptionprotected ExceptionThrownRule
AdviceActivity.handleException
(ExceptionRule exceptionRule) protected ExceptionThrownRule
CoreActivity.handleException
(ExceptionRule exceptionRule) Method parameters in com.aspectran.core.activity with type arguments of type ExceptionRuleModifier and TypeMethodDescriptionvoid
Activity.handleException
(List<ExceptionRule> exceptionRuleList) Exception handling.void
AdviceActivity.handleException
(List<ExceptionRule> exceptionRuleList) void
DefaultActivity.handleException
(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 -
Uses of ExceptionRule in com.aspectran.core.component.bean.proxy
Method parameters in com.aspectran.core.component.bean.proxy with type arguments of type ExceptionRuleModifier and TypeMethodDescriptionprotected boolean
AbstractBeanProxy.exceptionally
(List<ExceptionRule> exceptionRuleList, Exception exception, Activity activity) -
Uses of ExceptionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ExceptionRuleModifier and TypeMethodDescriptionAspectAdviceRule.getExceptionRule()
AspectRule.getExceptionRule()
TransletRule.getExceptionRule()
Methods in com.aspectran.core.context.rule with parameters of type ExceptionRuleModifier and TypeMethodDescriptionvoid
AspectRule.setExceptionRule
(ExceptionRule exceptionRule) void
TransletRule.setExceptionRule
(ExceptionRule exceptionRule)