类 NotAnAtAspectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
infra.core.NestedRuntimeException
infra.aop.framework.AopConfigException
infra.aop.aspectj.annotation.NotAnAtAspectException
- 所有已实现的接口:
infra.core.NestedException,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, Harry Yang
- 另请参阅:
-
字段概要
字段从接口继承的字段 infra.core.NestedException
serialVersionUID -
构造器概要
构造器构造器说明NotAnAtAspectException(Class<?> nonAspectClass) Create a new NotAnAtAspectException for the given class. -
方法概要
从类继承的方法 infra.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
字段详细资料
-
nonAspectClass
-
-
构造器详细资料
-
NotAnAtAspectException
Create a new NotAnAtAspectException for the given class.- 参数:
nonAspectClass- the offending class
-
-
方法详细资料
-
getNonAspectClass
Returns the offending class.
-