类 UnknownAdviceTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
infra.aop.framework.adapter.UnknownAdviceTypeException
- 所有已实现的接口:
Serializable
Exception thrown when an attempt is made to use an unsupported
Advisor or Advice type.
-
字段概要
字段 -
构造器概要
构造器构造器说明UnknownAdviceTypeException(Object advice) Create a new UnknownAdviceTypeException for the given advice object.UnknownAdviceTypeException(String message) Create a new UnknownAdviceTypeException with the given message. -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
UnknownAdviceTypeException
Create a new UnknownAdviceTypeException for the given advice object. Will create a message text that says that the object is neither a subinterface of Advice nor an Advisor.- 参数:
advice- the advice object of unknown type
-
UnknownAdviceTypeException
Create a new UnknownAdviceTypeException with the given message.- 参数:
message- the message text
-