Class JSpinnerOperator.SpinnerModelException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JSpinnerOperator

    public static class JSpinnerOperator.SpinnerModelException
    extends JemmyException
    Exception is thown whenever spinner model is threated wrong.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SpinnerModelException​(java.lang.String message, java.awt.Component comp)
      Constructs a SpinnerModelException object.
    • Constructor Detail

      • SpinnerModelException

        public SpinnerModelException​(java.lang.String message,
                                     java.awt.Component comp)
        Constructs a SpinnerModelException object.
        Parameters:
        message - error message.
        comp - a spinner which model cased the exception.