类 ConfigurationPropertiesBindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.beans.BeansException
cn.taketoday.beans.FatalBeanException
cn.taketoday.beans.factory.BeanCreationException
cn.taketoday.context.properties.ConfigurationPropertiesBindException
- 所有已实现的接口:
Serializable
Exception thrown when
@ConfigurationProperties binding
fails.- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb, Stephane Nicoll, Harry Yang
- 另请参阅:
-
方法概要
修饰符和类型方法说明Return the configuration properties annotation that triggered the binding.Class<?>Return the bean type that was being bound.从类继承的方法 cn.taketoday.beans.factory.BeanCreationException
addRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toString从类继承的方法 cn.taketoday.beans.BeansException
getDesc从类继承的方法 cn.taketoday.core.NestedRuntimeException
getMostSpecificCause, getNestedMessage, getRootCause从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
-
方法详细资料
-
getBeanType
Return the bean type that was being bound.- 返回:
- the bean type
-
getAnnotation
Return the configuration properties annotation that triggered the binding.- 返回:
- the configuration properties annotation
-