org.netbeans.jemmy.operators
Class JSpinnerOperator.SpinnerModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.netbeans.jemmy.JemmyException
                  extended by 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

Constructor Summary
JSpinnerOperator.SpinnerModelException(String message, Component comp)
          Constructs a SpinnerModelException object.
 
Method Summary
 
Methods inherited from class org.netbeans.jemmy.JemmyException
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.