Class JemmyInputException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentIsNotFocusedException, ComponentIsNotVisibleException, JInternalFrameOperator.WrongInternalFrameStateException, JListOperator.NoSuchItemException, JTabbedPaneOperator.NoSuchPageException, JTextComponentOperator.NoSuchTextException, JTreeOperator.NoSuchPathException

public class JemmyInputException extends JemmyException
Exception can be thrown as a result of incorrect input operations.
Author:
Alexandre Iline (alexandre.iline@sun.com)
See Also:
  • Constructor Details

    • JemmyInputException

      public JemmyInputException(Component comp)
      Constructor.
      Parameters:
      comp - Component regarding which exception is thrown.
    • JemmyInputException

      public JemmyInputException(String message, Component comp)
      Constructor.
      Parameters:
      message - A descriptive message.
      comp - Component regarding which exception is thrown.
  • Method Details

    • getComponent

      public Component getComponent()
      Returns component.
      Returns:
      the Component associated with the exception.