public class InvalidConfigDataPropertyException extends ConfigDataException
| Modifier and Type | Method and Description |
|---|---|
ConfigDataResource |
getLocation()
Return the
ConfigDataResource of the invalid property or null if
the source was not loaded from ConfigData. |
ConfigurationProperty |
getProperty()
Return source property that caused the exception.
|
ConfigurationPropertyName |
getReplacement()
Return the replacement property that should be used instead or
null if not
replacement is available. |
public ConfigurationProperty getProperty()
public ConfigDataResource getLocation()
ConfigDataResource of the invalid property or null if
the source was not loaded from ConfigData.nullpublic ConfigurationPropertyName getReplacement()
null if not
replacement is available.