ElementNotFoundException

public class ElementNotFoundException extends AutomationException

New in version 1.1.0.

Класс исключений, возникающих при отсутствии ожидаемого dom-элемента на dom-модели.

Constructors

ElementNotFoundException

public ElementNotFoundException(String message)

ElementNotFoundException

public ElementNotFoundException(ElementNotFoundException.NotFoundReasonMessage reason, Object... params)

ElementNotFoundException

public ElementNotFoundException(String message, Throwable cause)

ElementNotFoundException

public ElementNotFoundException(ElementNotFoundException.NotFoundReasonMessage reason, Throwable cause, Object... params)

ElementNotFoundException

public ElementNotFoundException(Throwable cause)

ElementNotFoundException

public ElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)