Package org.netbeans.jemmy
Class TimeoutExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.netbeans.jemmy.JemmyException
-
- org.netbeans.jemmy.TimeoutExpiredException
-
- All Implemented Interfaces:
Serializable
public class TimeoutExpiredException extends JemmyException
Exception is supposed to be used to notice that some waiting was expired.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutExpiredException(String description)
Constructor.
-
Method Summary
-
Methods inherited from class org.netbeans.jemmy.JemmyException
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TimeoutExpiredException
public TimeoutExpiredException(String description)
Constructor.- Parameters:
description
- Waiting description.
-
-