类 InvalidConfigDataPropertyException

所有已实现的接口:
Serializable

public class InvalidConfigDataPropertyException extends ConfigDataException
Exception thrown if an invalid property is found when processing config data.
从以下版本开始:
2.4.0
作者:
Phillip Webb, Madhura Bhave
另请参阅:
  • 方法详细资料

    • getProperty

      public ConfigurationProperty getProperty()
      Return source property that caused the exception.
      返回:
      the invalid property
    • getLocation

      public ConfigDataResource getLocation()
      Return the ConfigDataResource of the invalid property or null if the source was not loaded from ConfigData.
      返回:
      the config data location or null
    • getReplacement

      public ConfigurationPropertyName getReplacement()
      Return the replacement property that should be used instead or null if not replacement is available.
      返回:
      the replacement property name