Class JemmyInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.jemmy.JemmyException
org.netbeans.jemmy.JemmyInputException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComponentIsNotFocusedException, ComponentIsNotVisibleException, JInternalFrameOperator.WrongInternalFrameStateException, JListOperator.NoSuchItemException, JTabbedPaneOperator.NoSuchPageException, JTextComponentOperator.NoSuchTextException, JTreeOperator.NoSuchPathException
Exception can be thrown as a result of incorrect input operations.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJemmyInputException(Component comp) Constructor.JemmyInputException(String message, Component comp) Constructor. -
Method Summary
Methods 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
-
JemmyInputException
Constructor.- Parameters:
comp- Component regarding which exception is thrown.
-
JemmyInputException
-
-
Method Details
-
getComponent
Returns component.- Returns:
- the Component associated with the exception.
-