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
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
Return a description of actual referenced item that could not be found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.boot.origin.OriginProvider
getOrigin
-
Method Details
-
getReferenceDescription
Return a description of actual referenced item that could not be found.- Returns:
- a description of the referenced items
-