Class JemmyInputException

    • Constructor Detail

      • 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 Detail

      • getComponent

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