ElementNotFoundException ======================== .. java:package:: ru.bitec.gs.automation.exception :noindex: .. java:type:: public class ElementNotFoundException extends AutomationException .. versionadded:: 1.1.0 Класс исключений, возникающих при отсутствии ожидаемого dom-элемента на dom-модели. .. seealso:: | :java:ref:`AutomationException ` Constructors ------------ ElementNotFoundException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public ElementNotFoundException(String message) :outertype: ElementNotFoundException ElementNotFoundException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public ElementNotFoundException(ElementNotFoundException.NotFoundReasonMessage reason, Object... params) :outertype: ElementNotFoundException ElementNotFoundException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public ElementNotFoundException(String message, Throwable cause) :outertype: ElementNotFoundException ElementNotFoundException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public ElementNotFoundException(ElementNotFoundException.NotFoundReasonMessage reason, Throwable cause, Object... params) :outertype: ElementNotFoundException ElementNotFoundException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public ElementNotFoundException(Throwable cause) :outertype: ElementNotFoundException ElementNotFoundException ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public ElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) :outertype: ElementNotFoundException