Class ConfigDataLocationNotFoundException

All Implemented Interfaces:
Serializable, OriginProvider

public class ConfigDataLocationNotFoundException extends ConfigDataNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be found.
Since:
2.4.0
Author:
Phillip Webb
See Also:
  • Constructor Details

  • Method Details

    • getLocation

      public ConfigDataLocation getLocation()
      Return the location that could not be found.
      Returns:
      the location
    • getOrigin

      public @Nullable Origin getOrigin()
      Description copied from interface: OriginProvider
      Return the source origin or null if the origin is not known.
      Returns:
      the origin or null
    • getReferenceDescription

      public String getReferenceDescription()
      Description copied from class: ConfigDataNotFoundException
      Return a description of actual referenced item that could not be found.
      Specified by:
      getReferenceDescription in class ConfigDataNotFoundException
      Returns:
      a description of the referenced items