public class JTreeOperator.NoSuchPathException extends JemmyInputException
Constructor and Description |
---|
JTreeOperator.NoSuchPathException()
Constructor.
|
JTreeOperator.NoSuchPathException(int index)
Constructor.
|
JTreeOperator.NoSuchPathException(String[] path)
Constructor.
|
JTreeOperator.NoSuchPathException(TreePath path)
Constructor.
|
getComponent
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public JTreeOperator.NoSuchPathException()
public JTreeOperator.NoSuchPathException(String[] path)
path
- a nonexistent path.public JTreeOperator.NoSuchPathException(int index)
index
- a nonexistent line index.public JTreeOperator.NoSuchPathException(TreePath path)
path
- a nonexistent path.