Class WrongOrMissingPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- com.trivago.cluecumber.engine.exceptions.CluecumberException
-
- com.trivago.cluecumber.engine.exceptions.properties.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 Summary
Constructors Constructor Description WrongOrMissingPropertyException(String property)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrongOrMissingPropertyException
public WrongOrMissingPropertyException(String property)
Constructor.- Parameters:
property- The name of the missing property.
-
-