Package org.netbeans.jemmy.operators
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
public class JTreeOperator.NoSuchPathException extends JemmyInputException
Can be throught during item selecting if list does not have item requested.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPathException()
Constructor.NoSuchPathException(int index)
Constructor.NoSuchPathException(String[] path)
Constructor.NoSuchPathException(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchPathException
public NoSuchPathException()
Constructor.
-
NoSuchPathException
public NoSuchPathException(String[] path)
Constructor.- Parameters:
path
- a nonexistent path.
-
NoSuchPathException
public NoSuchPathException(int index)
Constructor.- Parameters:
index
- a nonexistent line index.
-
NoSuchPathException
public NoSuchPathException(TreePath path)
Constructor.- Parameters:
path
- a nonexistent path.
-
-