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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a ComponentIsNotFocusedException object. -
Method Summary
Methods inherited from class JemmyInputException
getComponentMethods inherited from class JemmyException
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ComponentIsNotFocusedException
Constructs a ComponentIsNotFocusedException object.- Parameters:
comp- a Component.
-