Lines Matching defs:message

15      * @param string $message
18 public function __construct($message, $results = null)
20 parent::__construct($message);
36 * @param string $message
87 public static function throwException($status_code, $message, $results)
93 throw new ElementClickInterceptedException($message, $results);
95 throw new ElementNotInteractableException($message, $results);
97 throw new InsecureCertificateException($message, $results);
99 throw new InvalidArgumentException($message, $results);
101 throw new InvalidCookieDomainException($message, $results);
103 throw new InvalidElementStateException($message, $results);
105 throw new InvalidSelectorException($message, $results);
107 throw new InvalidSessionIdException($message, $results);
109 throw new JavascriptErrorException($message, $results);
111 throw new MoveTargetOutOfBoundsException($message, $results);
113 throw new NoSuchAlertException($message, $results);
115 throw new NoSuchCookieException($message, $results);
117 throw new NoSuchElementException($message, $results);
119 throw new NoSuchFrameException($message, $results);
121 throw new NoSuchWindowException($message, $results);
123 throw new ScriptTimeoutException($message, $results);
125 throw new SessionNotCreatedException($message, $results);
127 throw new StaleElementReferenceException($message, $results);
129 throw new TimeoutException($message, $results);
131 throw new UnableToSetCookieException($message, $results);
133 throw new UnableToCaptureScreenException($message, $results);
135 throw new UnexpectedAlertOpenException($message, $results);
137 throw new UnknownCommandException($message, $results);
139 throw new UnknownErrorException($message, $results);
141 throw new UnknownMethodException($message, $results);
143 throw new UnsupportedOperationException($message, $results);
145 throw new UnrecognizedExceptionException($message, $results);
151 throw new IndexOutOfBoundsException($message, $results);
153 throw new NoCollectionException($message, $results);
155 throw new NoStringException($message, $results);
157 throw new NoStringLengthException($message, $results);
159 throw new NoStringWrapperException($message, $results);
161 throw new NoSuchDriverException($message, $results);
163 throw new NoSuchElementException($message, $results);
165 throw new NoSuchFrameException($message, $results);
167 throw new UnknownCommandException($message, $results);
169 throw new StaleElementReferenceException($message, $results);
171 throw new ElementNotVisibleException($message, $results);
173 throw new InvalidElementStateException($message, $results);
175 throw new UnknownServerException($message, $results);
177 throw new ExpectedException($message, $results);
179 throw new ElementNotSelectableException($message, $results);
181 throw new NoSuchDocumentException($message, $results);
183 throw new UnexpectedJavascriptException($message, $results);
185 throw new NoScriptResultException($message, $results);
187 throw new XPathLookupException($message, $results);
189 throw new NoSuchCollectionException($message, $results);
191 throw new TimeoutException($message, $results);
193 throw new NullPointerException($message, $results);
195 throw new NoSuchWindowException($message, $results);
197 throw new InvalidCookieDomainException($message, $results);
199 throw new UnableToSetCookieException($message, $results);
201 throw new UnexpectedAlertOpenException($message, $results);
203 throw new NoAlertOpenException($message, $results);
205 throw new ScriptTimeoutException($message, $results);
207 throw new InvalidCoordinatesException($message, $results);
209 throw new IMENotAvailableException($message, $results);
211 throw new IMEEngineActivationFailedException($message, $results);
213 throw new InvalidSelectorException($message, $results);
215 throw new SessionNotCreatedException($message, $results);
217 throw new MoveTargetOutOfBoundsException($message, $results);
219 throw new UnrecognizedExceptionException($message, $results);