Class 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 Detail

      • WrongInternalFrameStateException

        public WrongInternalFrameStateException​(String message,
                                                Component comp)
        Constructs a JInternalFrameOperator$WrongInternalFrameStateException object.
        Parameters:
        message - an exception message.
        comp - an internal frame.