Class UnknownPropertyError

All Implemented Interfaces:
Serializable

public class UnknownPropertyError extends AbstractSourceError

Indicates a property was not configured within the SourceProperties.

This is a critical error as the source is requiring this property to initialise and subsequently start.

Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • UnknownPropertyError

      public UnknownPropertyError(String unknownPropertyName)
      Initiate.
      Parameters:
      unknownPropertyName - Name of the unknown property.
    • UnknownPropertyError

      public UnknownPropertyError(UnknownPropertyError unknownPropertyError, ServiceFactory<?> serviceFactory)
      Instantiate.
      Parameters:
      unknownPropertyError - Triggering UnknownPropertyError.
      serviceFactory - ServiceFactory requiring the property.
  • Method Details

    • getUnknownPropertyName

      public String getUnknownPropertyName()
      Obtains the name of the unknown property.
      Returns:
      Name of the unknown property.