Class ComponentIsNotFocusedException

  • All Implemented Interfaces:
    java.io.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 Detail

      • ComponentIsNotFocusedException

        public ComponentIsNotFocusedException​(java.awt.Component comp)
        Constructs a ComponentIsNotFocusedException object.
        Parameters:
        comp - a Component.