com.meterware.httpunit
Class FormParameter.UnusedParameterValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.meterware.httpunit.IllegalRequestParameterException
                  extended by com.meterware.httpunit.FormParameter.UnusedParameterValueException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FormParameter

public class FormParameter.UnusedParameterValueException
extends IllegalRequestParameterException

This exception is thrown on an attempt to set a parameter to a value not permitted to it by the form.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
          get the message for this exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
get the message for this exception

Overrides:
getMessage in class java.lang.Throwable
Returns:
the message


Copyright © 2011. All Rights Reserved.