Class WrongOrMissingPropertyException

  • All Implemented Interfaces:
    Serializable

    public class WrongOrMissingPropertyException
    extends CluecumberException
    Thrown when an expected plugin property is not found or wrong (typically set inside a configuration block within the pom file).
    See Also:
    Serialized Form
    • Constructor Detail

      • WrongOrMissingPropertyException

        public WrongOrMissingPropertyException​(String property)
        Constructor.
        Parameters:
        property - The name of the missing property.