Class JTabbedPaneOperator.NoSuchPageException

All Implemented Interfaces:
Serializable
Enclosing class:
JTabbedPaneOperator

public class JTabbedPaneOperator.NoSuchPageException extends JemmyInputException
Exception is thrown if a nonexistent page is trying to be selected.
See Also:
  • Constructor Details

    • NoSuchPageException

      public NoSuchPageException(String item)
      Constructor.
      Parameters:
      item - nonexistent page title.