| Package | Description |
|---|---|
| com.aspectran.core.context.rule | |
| com.aspectran.core.context.rule.converter |
| Modifier and Type | Method | Description |
|---|---|---|
ExceptionThrownRule |
AspectAdviceRule.getExceptionThrownRule() |
|
ExceptionThrownRule |
ExceptionRule.getExceptionThrownRule(java.lang.Throwable ex) |
Gets the exception thrown rule as specified exception.
|
static ExceptionThrownRule |
ExceptionThrownRule.newInstance(java.lang.Class<? extends java.lang.Throwable>[] types,
MethodAction action) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<ExceptionThrownRule> |
ExceptionRule.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AspectRule.putExceptionThrownRule(ExceptionThrownRule exceptionThrownRule) |
|
void |
ExceptionRule.putExceptionThrownRule(ExceptionThrownRule exceptionThrownRule) |
Puts the exception thrown rule.
|
void |
AspectAdviceRule.setExceptionThrownRule(ExceptionThrownRule exceptionThrownRule) |
| Modifier and Type | Method | Description |
|---|---|---|
static ExceptionThrownParameters |
RuleToParamsConverter.toExceptionThrownParameters(ExceptionThrownRule exceptionThrownRule) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.