Class 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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