public class InvalidConfigurationPropertyNameException extends RuntimeException
ConfigurationPropertyName has invalid characters.| Constructor and Description | 
|---|
InvalidConfigurationPropertyNameException(CharSequence name,
                                         List<Character> invalidCharacters)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Character> | 
getInvalidCharacters()  | 
CharSequence | 
getName()  | 
static void | 
throwIfHasInvalidChars(CharSequence name,
                      List<Character> invalidCharacters)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConfigurationPropertyNameException(CharSequence name, List<Character> invalidCharacters)
public CharSequence getName()
public static void throwIfHasInvalidChars(CharSequence name, List<Character> invalidCharacters)