Class PropertyNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.qameta.allure.exception.PropertyNotFoundException
All Implemented Interfaces:
Serializable

public class PropertyNotFoundException extends RuntimeException
Notified about missed property.
Since:
2.0
See Also:
  • Constructor Details

    • PropertyNotFoundException

      public PropertyNotFoundException(String key)
      Creates an exception by given property key.
      Parameters:
      key - the key of property.