类 AnnotationConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.core.annotation.AnnotationConfigurationException
- 所有已实现的接口:
NestedException,Serializable
Thrown by
AnnotationUtils and synthesized annotations
if an annotation is improperly configured.- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen, TODAY 2021/10/19 14:25
- 另请参阅:
-
构造器概要
构造器构造器说明AnnotationConfigurationException(String message) Construct a newAnnotationConfigurationExceptionwith the supplied message.AnnotationConfigurationException(String message, Throwable cause) Construct a newAnnotationConfigurationExceptionwith the supplied message and cause. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
AnnotationConfigurationException
Construct a newAnnotationConfigurationExceptionwith the supplied message.- 参数:
message- the detail message
-
AnnotationConfigurationException
Construct a newAnnotationConfigurationExceptionwith the supplied message and cause.- 参数:
message- the detail messagecause- the root cause
-