| java.lang.Object | |||
| ↳ | PortletException | ||
| ↳ | org.springframework.web.portlet.bind.PortletRequestBindingException | ||
| ↳ | org.springframework.web.portlet.bind.MissingPortletRequestParameterException | ||
PortletRequestBindingException subclass that indicates a missing parameter.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for MissingPortletRequestParameterException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the name of the offending parameter.
| |||||||||||
Return the expected type of the offending parameter.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor for MissingPortletRequestParameterException.
| parameterName | the name of the missing parameter |
|---|---|
| parameterType | the expected type of the missing parameter |