org.netbeans.jemmy.operators
Class JSpinnerOperator.SpinnerModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.jemmy.JemmyException
org.netbeans.jemmy.operators.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:
- Serialized Form
JSpinnerOperator.SpinnerModelException
public JSpinnerOperator.SpinnerModelException(String message,
Component comp)
- Constructs a
SpinnerModelException
object.
- Parameters:
message
- error message.comp
- a spinner which model cased the exception.