com.meterware.httpunit
Class FormParameter.UnusedParameterValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.meterware.httpunit.IllegalRequestParameterException
                  extended bycom.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

Returns:
the message

Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.