org.netbeans.jemmy.operators
Class JTabbedPaneOperator.NoSuchPageException

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.JTabbedPaneOperator.NoSuchPageException
All Implemented Interfaces:
Serializable
Enclosing class:
JTabbedPaneOperator

public class JTabbedPaneOperator.NoSuchPageException
extends JemmyInputException

Exception is thrown if a nonexistent page is trying to be selected.

See Also:
Serialized Form

Constructor Summary
JTabbedPaneOperator.NoSuchPageException(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
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

JTabbedPaneOperator.NoSuchPageException

public JTabbedPaneOperator.NoSuchPageException(String item)
Constructor.

Parameters:
item - nonexistent page title.