Class JTreeOperator.NoSuchPathException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • NoSuchPathException

        public NoSuchPathException()
        Constructor.
      • NoSuchPathException

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

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

        public NoSuchPathException​(javax.swing.tree.TreePath path)
        Constructor.
        Parameters:
        path - a nonexistent path.