Class JTreeOperator.NoSuchPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.jemmy.JemmyException
org.netbeans.jemmy.JemmyInputException
org.netbeans.jemmy.operators.JTreeOperator.NoSuchPathException
- All Implemented Interfaces:
Serializable
- Enclosing class:
JTreeOperator
Can be throught during item selecting if list does not have
item requested.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.NoSuchPathException(int index) Constructor.NoSuchPathException(String[] path) Constructor.NoSuchPathException(TreePath path) Constructor. -
Method Summary
Methods inherited from class JemmyInputException
getComponentMethods inherited from class JemmyException
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
NoSuchPathException
public NoSuchPathException()Constructor. -
NoSuchPathException
-
NoSuchPathException
public NoSuchPathException(int index) Constructor.- Parameters:
index- a nonexistent line index.
-
NoSuchPathException
-