Package com.meterware.httpunit
Class FormParameter.UnusedParameterValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.meterware.httpunit.IllegalRequestParameterException
com.meterware.httpunit.FormParameter.UnusedParameterValueException
- All Implemented Interfaces:
Serializable
- Enclosing class:
FormParameter
This exception is thrown on an attempt to set a parameter to a value not permitted to it by the form.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMessage
get the message for this exception- Overrides:
getMessage
in classThrowable
- Returns:
- the message
-