class WaitTimeoutException extends GebAssertionError
Thrown when a wait operation exceeds its timeout.
The cause
of the exception will be the exception thrown while waiting.
Type | Name and description |
---|---|
Object |
lastEvaluationValue |
Constructor and description |
---|
WaitTimeoutException(Wait wait) |
WaitTimeoutException(Wait wait, Throwable cause) |
WaitTimeoutException(Wait wait, Throwable cause, Object lastEvaluationValue) |
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org