类 ConfigDataNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.config.ConfigDataException
org.springframework.boot.context.config.ConfigDataNotFoundException
- 所有已实现的接口:
Serializable
,OriginProvider
public abstract class ConfigDataNotFoundException
extends ConfigDataException
implements OriginProvider
ConfigDataNotFoundException
thrown when a ConfigData
cannot be found.- 从以下版本开始:
- 2.4.0
- 作者:
- Phillip Webb
- 另请参阅:
-
方法概要
修饰符和类型方法说明abstract String
Return a description of actual referenced item that could not be found.从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 org.springframework.boot.origin.OriginProvider
getOrigin
-
方法详细资料
-
getReferenceDescription
Return a description of actual referenced item that could not be found.- 返回:
- a description of the referenced items
-