org.netbeans.jemmy.operators
Class JTreeOperator.NoSuchPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.netbeans.jemmy.JemmyException
                  extended by org.netbeans.jemmy.JemmyInputException
                      extended by 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
JTreeOperator.NoSuchPathException()
          Constructor.
JTreeOperator.NoSuchPathException(int index)
          Constructor.
JTreeOperator.NoSuchPathException(String[] path)
          Constructor.
JTreeOperator.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
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

JTreeOperator.NoSuchPathException

public JTreeOperator.NoSuchPathException()
Constructor.


JTreeOperator.NoSuchPathException

public JTreeOperator.NoSuchPathException(String[] path)
Constructor.

Parameters:
path - a nonexistent path.

JTreeOperator.NoSuchPathException

public JTreeOperator.NoSuchPathException(int index)
Constructor.

Parameters:
index - a nonexistent line index.

JTreeOperator.NoSuchPathException

public JTreeOperator.NoSuchPathException(TreePath path)
Constructor.

Parameters:
path - a nonexistent path.