Class ContextNotFoundException

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

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

    • ContextNotFoundException

      public ContextNotFoundException(Class<?> contextType)
      Creates an exception by given context type.
      Parameters:
      contextType - the type of context.