Package org.netbeans.jemmy.operators
Class JInternalFrameOperator.WrongInternalFrameStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.netbeans.jemmy.JemmyException
-
- org.netbeans.jemmy.JemmyInputException
-
- org.netbeans.jemmy.operators.JInternalFrameOperator.WrongInternalFrameStateException
-
- All Implemented Interfaces:
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
Constructors Constructor Description WrongInternalFrameStateException(String message, 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-