geb.waiting
[Java] Class WaitTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
geb.error.GebException
geb.waiting.WaitTimeoutException
public class WaitTimeoutException
extends GebException
Thrown when a wait operation exceeds its timeout.
The cause of the exception will be the exception thrown while waiting.
- See Also:
- Wait.waitFor
|
Methods inherited from class Exception
|
| printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
WaitTimeoutException
public WaitTimeoutException(Wait wait)
-
WaitTimeoutException
public WaitTimeoutException(Wait wait, Throwable cause)
-
WaitTimeoutException
public WaitTimeoutException(Wait wait, Throwable cause, Object lastEvaluationValue)
-
getLastEvaluationValue
public Object getLastEvaluationValue()
-
Groovy API Documentation for Geb 0.9.0-RC-3 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org