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:
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
get the message for this exception
-