类 NotAnAtAspectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.aop.framework.AopConfigException
cn.taketoday.aop.aspectj.annotation.NotAnAtAspectException
- 所有已实现的接口:
Serializable
Extension of AopConfigException thrown when trying to perform
an advisor generation operation on a class that is not an
AspectJ annotation-style aspect.
- 从以下版本开始:
- 4.0
- 作者:
- Rod Johnson
- 另请参阅:
-
构造器概要
构造器构造器说明NotAnAtAspectException(Class<?> nonAspectClass) Create a new NotAnAtAspectException for the given class. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
NotAnAtAspectException
Create a new NotAnAtAspectException for the given class.- 参数:
nonAspectClass- the offending class
-
-
方法详细资料
-
getNonAspectClass
Returns the offending class.
-