Class JTreeOperator.NoSuchPathException

All Implemented Interfaces:
Serializable
Enclosing class:
JTreeOperator

public class JTreeOperator.NoSuchPathException extends JemmyInputException
Can be throught during item selecting if list does not have item requested.
See Also:
  • Constructor Details

    • NoSuchPathException

      public NoSuchPathException()
      Constructor.
    • NoSuchPathException

      public NoSuchPathException(String[] path)
      Constructor.
      Parameters:
      path - a nonexistent path.
    • NoSuchPathException

      public NoSuchPathException(int index)
      Constructor.
      Parameters:
      index - a nonexistent line index.
    • NoSuchPathException

      public NoSuchPathException(TreePath path)
      Constructor.
      Parameters:
      path - a nonexistent path.