Package org.htmlunit.javascript
Class TimeoutError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.htmlunit.javascript.TimeoutError
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeoutError extends java.lang.ErrorAn error that is thrown when a script has been running too long.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private longallowedTime_private longexecutionTime_
-
Constructor Summary
Constructors Constructor Description TimeoutError(long allowedTime, long executionTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) longgetAllowedTime()Returns the allowed time.(package private) longgetExecutionTime()Returns the execution time.
-