Uses of Class
com.aspectran.core.context.rule.ExceptionThrownRule
-
Packages that use ExceptionThrownRule Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.context.rule com.aspectran.core.context.rule.converter -
-
Uses of ExceptionThrownRule in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ExceptionThrownRule Modifier and Type Method Description protected ExceptionThrownRuleAdviceActivity. handleException(ExceptionRule exceptionRule)ExceptionThrownRuleCoreActivity. handleException(ExceptionRule exceptionRule) -
Uses of ExceptionThrownRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ExceptionThrownRule Modifier and Type Method Description ExceptionThrownRuleExceptionRule. getDefaultExceptionThrownRule()ExceptionThrownRuleAspectAdviceRule. getExceptionThrownRule()ExceptionThrownRuleExceptionRule. getExceptionThrownRule(java.lang.Throwable ex)Gets the exception thrown rule as specified exception.static ExceptionThrownRuleExceptionThrownRule. newInstance(java.lang.Class<? extends java.lang.Throwable>[] types, AnnotatedAction action)Methods in com.aspectran.core.context.rule that return types with arguments of type ExceptionThrownRule Modifier and Type Method Description java.util.List<ExceptionThrownRule>ExceptionRule. getExceptionThrownRuleList()java.util.Map<java.lang.String,ExceptionThrownRule>ExceptionRule. getExceptionThrownRuleMap()Methods in com.aspectran.core.context.rule with parameters of type ExceptionThrownRule Modifier and Type Method Description voidAspectRule. putExceptionThrownRule(ExceptionThrownRule exceptionThrownRule)voidExceptionRule. putExceptionThrownRule(ExceptionThrownRule exceptionThrownRule)Puts the exception thrown rule.voidAspectAdviceRule. setExceptionThrownRule(ExceptionThrownRule exceptionThrownRule) -
Uses of ExceptionThrownRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type ExceptionThrownRule Modifier and Type Method Description static ExceptionThrownParametersRulesToParameters. toExceptionThrownParameters(ExceptionThrownRule exceptionThrownRule)
-