Class InvalidConfigurationPropertyNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- All Implemented Interfaces:
- Serializable
Exception thrown when 
ConfigurationPropertyName has invalid characters.- Since:
- 2.0.0
- Author:
- Madhura Bhave
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidConfigurationPropertyNameException(CharSequence name, List<Character> invalidCharacters) 
- 
Method SummaryModifier and TypeMethodDescriptiongetName()static voidthrowIfHasInvalidChars(CharSequence name, List<Character> invalidCharacters) Methods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidConfigurationPropertyNameExceptionpublic InvalidConfigurationPropertyNameException(CharSequence name, List<Character> invalidCharacters) 
 
- 
- 
Method Details- 
getInvalidCharacters
- 
getName
- 
throwIfHasInvalidChars
 
-