Package org.netbeans.jemmy
Class ComponentIsNotFocusedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.netbeans.jemmy.JemmyException
-
- org.netbeans.jemmy.JemmyInputException
-
- org.netbeans.jemmy.ComponentIsNotFocusedException
-
- All Implemented Interfaces:
Serializable
public class ComponentIsNotFocusedException extends JemmyInputException
Exception can be thrown as a result of attempt to produce a key operation for a component which does not have focus.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentIsNotFocusedException(Component comp)
Constructs a ComponentIsNotFocusedException object.
-
Method Summary
-
Methods inherited from class org.netbeans.jemmy.JemmyInputException
getComponent
-
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
-
ComponentIsNotFocusedException
public ComponentIsNotFocusedException(Component comp)
Constructs a ComponentIsNotFocusedException object.- Parameters:
comp
- a Component.
-
-