Package org.netbeans.jemmy
Class ComponentIsNotVisibleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.netbeans.jemmy.JemmyException
-
- org.netbeans.jemmy.JemmyInputException
-
- org.netbeans.jemmy.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 Summary
Constructors Constructor Description ComponentIsNotVisibleException(java.awt.Component comp)
Constructs a ComponentIsNotVisibleException 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
-
-