public class

MissingPortletRequestParameterException

extends PortletRequestBindingException
java.lang.Object
   ↳ PortletException
     ↳ org.springframework.web.portlet.bind.PortletRequestBindingException
       ↳ org.springframework.web.portlet.bind.MissingPortletRequestParameterException

Class Overview

PortletRequestBindingException subclass that indicates a missing parameter.

Summary

Public Constructors
MissingPortletRequestParameterException(String parameterName, String parameterType)
Constructor for MissingPortletRequestParameterException.
Public Methods
String getMessage()
final String getParameterName()
Return the name of the offending parameter.
final String getParameterType()
Return the expected type of the offending parameter.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MissingPortletRequestParameterException (String parameterName, String parameterType)

Constructor for MissingPortletRequestParameterException.

Parameters
parameterName the name of the missing parameter
parameterType the expected type of the missing parameter

Public Methods

public String getMessage ()

public final String getParameterName ()

Return the name of the offending parameter.

public final String getParameterType ()

Return the expected type of the offending parameter.