public class JTreeOperator.NoSuchPathException extends JemmyInputException
Constructor and Description |
---|
JTreeOperator.NoSuchPathException()
Constructor.
|
JTreeOperator.NoSuchPathException(int index)
Constructor.
|
JTreeOperator.NoSuchPathException(java.lang.String[] path)
Constructor.
|
JTreeOperator.NoSuchPathException(javax.swing.tree.TreePath path)
Constructor.
|
getComponent
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
public JTreeOperator.NoSuchPathException()
public JTreeOperator.NoSuchPathException(java.lang.String[] path)
path
- a nonexistent path.public JTreeOperator.NoSuchPathException(int index)
index
- a nonexistent line index.public JTreeOperator.NoSuchPathException(javax.swing.tree.TreePath path)
path
- a nonexistent path.