Class JSpinnerOperator.SpinnerModelException

All Implemented Interfaces:
Serializable
Enclosing class:
JSpinnerOperator

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

    • SpinnerModelException

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