Package org.spockframework.runtime
Class SpockTimeoutError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- org.spockframework.runtime.SpockAssertionError
-
- org.spockframework.runtime.SpockTimeoutError
-
- All Implemented Interfaces:
java.io.Serializable
public class SpockTimeoutError extends SpockAssertionError
Indicates that an operation timed out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpockTimeoutError(double timeout, java.lang.String message)
SpockTimeoutError(double timeout, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getTimeout()
Returns the timeout (in seconds).-
Methods inherited from class org.spockframework.runtime.SpockAssertionError
toString
-
-