Class 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
- All Implemented Interfaces:
- Serializable,- OriginProvider
- Direct Known Subclasses:
- ConfigDataLocationNotFoundException,- ConfigDataResourceNotFoundException
public abstract class ConfigDataNotFoundException
extends ConfigDataException
implements OriginProvider
ConfigDataNotFoundException thrown when a ConfigData cannot be found.- Since:
- 2.4.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionabstract StringReturn a description of actual referenced item that could not be found.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.boot.origin.OriginProvidergetOrigin
- 
Method Details- 
getReferenceDescriptionReturn a description of actual referenced item that could not be found.- Returns:
- a description of the referenced items
 
 
-