类 AopConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
infra.core.NestedRuntimeException
infra.aop.framework.AopConfigException
- 所有已实现的接口:
infra.core.NestedException,Serializable
- 直接已知子类:
NotAnAtAspectException
public class AopConfigException
extends infra.core.NestedRuntimeException
Exception that gets thrown on illegal AOP configuration arguments.
- 从以下版本开始:
- 4.0
- 作者:
- Rod Johnson, TODAY 2021/2/1 19:04
- 另请参阅:
-
字段概要
从接口继承的字段 infra.core.NestedException
serialVersionUID -
构造器概要
构造器构造器说明AopConfigException(String msg) Constructor for AopConfigException.AopConfigException(String msg, Throwable cause) Constructor for AopConfigException. -
方法概要
从类继承的方法 infra.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
AopConfigException
Constructor for AopConfigException.- 参数:
msg- the detail message
-
AopConfigException
Constructor for AopConfigException.- 参数:
msg- the detail messagecause- the root cause
-