Package org.netbeans.jemmy.operators
Class JTextComponentOperator.NoSuchTextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.netbeans.jemmy.JemmyException
-
- org.netbeans.jemmy.JemmyInputException
-
- org.netbeans.jemmy.operators.JTextComponentOperator.NoSuchTextException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JTextComponentOperator
public class JTextComponentOperator.NoSuchTextException extends JemmyInputException
Can be throught during a text operation if text has not been found in the component.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchTextException(String text)
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
-
NoSuchTextException
public NoSuchTextException(String text)
Constructor.- Parameters:
text
- a nonexistent text.
-
-