Class UnknownPropertyError

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUnknownPropertyName()
      Obtains the name of the unknown property.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownPropertyError

        public UnknownPropertyError​(java.lang.String unknownPropertyName)
        Initiate.
        Parameters:
        unknownPropertyName - Name of the unknown property.
    • Method Detail

      • getUnknownPropertyName

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