Uses of Class
org.springframework.aop.framework.AopConfigException
Packages that use AopConfigException Package Description org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.Uses of AopConfigException in org.springframework.aop.aspectj.annotation
Subclasses of AopConfigException in org.springframework.aop.aspectj.annotation Modifier and Type Class Description classNotAnAtAspectExceptionExtension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect.Methods in org.springframework.aop.aspectj.annotation that throw AopConfigException Modifier and Type Method Description voidAbstractAspectJAdvisorFactory. validate(Class<?> aspectClass)voidAspectJAdvisorFactory. validate(Class<?> aspectClass)Is the given class a valid AspectJ aspect class?Uses of AopConfigException in org.springframework.aop.framework
Methods in org.springframework.aop.framework that throw AopConfigException Modifier and Type Method Description voidAdvised. addAdvice(int pos, Advice advice)Add the given AOP Alliance Advice at the specified position in the advice chain.voidAdvised. addAdvice(Advice advice)Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.voidAdvisedSupport. addAdvice(int pos, Advice advice)Cannot add introductions this way unless the advice implements IntroductionInfo.voidAdvisedSupport. addAdvice(Advice advice)voidAdvised. addAdvisor(int pos, Advisor advisor)Add an Advisor at the specified position in the chain.voidAdvised. addAdvisor(Advisor advisor)Add an advisor at the end of the advisor chain.voidAdvisedSupport. addAdvisor(int pos, Advisor advisor)AopProxyAopProxyFactory. createAopProxy(AdvisedSupport config)Create anAopProxyfor the given AOP configuration.AopProxyDefaultAopProxyFactory. createAopProxy(AdvisedSupport config)booleanAdvisedSupport. removeAdvice(Advice advice)voidAdvised. removeAdvisor(int index)Remove the advisor at the given index.voidAdvisedSupport. removeAdvisor(int index)booleanAdvised. replaceAdvisor(Advisor a, Advisor b)Replace the given advisor.booleanAdvisedSupport. replaceAdvisor(Advisor a, Advisor b)