Class UnsupportedConfigDataLocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.config.ConfigDataException
org.springframework.boot.context.config.UnsupportedConfigDataLocationException
- All Implemented Interfaces:
Serializable
Exception throw if a
ConfigDataLocation
is not supported.- Since:
- 2.4.0
- Author:
- Phillip Webb, Madhura Bhave
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn the unsupported location reference.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getLocation
Return the unsupported location reference.- Returns:
- the unsupported location reference
-