org.netbeans.jemmy.operators
Class JInternalFrameOperator.WrongInternalFrameStateException

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.JInternalFrameOperator.WrongInternalFrameStateException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JInternalFrameOperator

public class JInternalFrameOperator.WrongInternalFrameStateException
extends JemmyInputException

Exception can be throwht if as a result of an attempt to produce operation for the frame in incorrect state. Like activate iconified frame, for example.

See Also:
Serialized Form

Constructor Summary
JInternalFrameOperator.WrongInternalFrameStateException(java.lang.String message, java.awt.Component comp)
          Constructs a JInternalFrameOperator$WrongInternalFrameStateException object.
 
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

JInternalFrameOperator.WrongInternalFrameStateException

public JInternalFrameOperator.WrongInternalFrameStateException(java.lang.String message,
                                                               java.awt.Component comp)
Constructs a JInternalFrameOperator$WrongInternalFrameStateException object.

Parameters:
message - an exception message.
comp - an internal frame.