|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.jemmy.JemmyException
org.netbeans.jemmy.JemmyInputException
org.netbeans.jemmy.operators.JTreeOperator.NoSuchPathException
public class JTreeOperator.NoSuchPathException
Can be throught during item selecting if list does not have item requested.
Constructor Summary | |
---|---|
JTreeOperator.NoSuchPathException()
Constructor. |
|
JTreeOperator.NoSuchPathException(int index)
Constructor. |
|
JTreeOperator.NoSuchPathException(java.lang.String[] path)
Constructor. |
|
JTreeOperator.NoSuchPathException(javax.swing.tree.TreePath path)
Constructor. |
Method Summary |
---|
Methods inherited from class org.netbeans.jemmy.JemmyInputException |
---|
getComponent |
Methods inherited from class org.netbeans.jemmy.JemmyException |
---|
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |