Package org.netbeans.jemmy.operators
Class JListOperator.NoSuchItemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.netbeans.jemmy.JemmyException
-
- org.netbeans.jemmy.JemmyInputException
-
- org.netbeans.jemmy.operators.JListOperator.NoSuchItemException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JListOperator
public class JListOperator.NoSuchItemException extends JemmyInputException
Can be throught during item selecting if list does not have item requested.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchItemException(int index)
Constructor.NoSuchItemException(String item)
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
-
NoSuchItemException
public NoSuchItemException(String item)
Constructor.- Parameters:
item
- an item's text
-
NoSuchItemException
public NoSuchItemException(int index)
Constructor.- Parameters:
index
- an item's index
-
-