Class ComponentIsNotVisibleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ComponentIsNotVisibleException
    extends JemmyInputException
    Exception can be thrown as a result of attempt to produce a mouse operation for a component which is not visible.
    Author:
    Alexandre Iline (alexandre.iline@sun.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentIsNotVisibleException

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