org.springframework.web.portlet.bind
Class MissingPortletRequestParameterException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.portlet.PortletException
javax.portlet.PortletException
               org.springframework.web.portlet.bind.PortletRequestBindingException
org.springframework.web.portlet.bind.PortletRequestBindingException
                   org.springframework.web.portlet.bind.MissingPortletRequestParameterException
org.springframework.web.portlet.bind.MissingPortletRequestParameterException
- All Implemented Interfaces: 
- Serializable
- public class MissingPortletRequestParameterException 
- extends PortletRequestBindingException
PortletRequestBindingException subclass that indicates a missing parameter.
- Since:
- 2.0.2
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
| Methods inherited from class javax.portlet.PortletException | 
| getCause, printStackTrace, printStackTrace, printStackTrace | 
 
 
 
MissingPortletRequestParameterException
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
 
getMessage
public String getMessage()
- 
- Overrides:
- getMessagein class- Throwable
 
- 
 
getParameterName
public String getParameterName()
- Return the name of the offending parameter.
 
- 
 
getParameterType
public String getParameterType()
- Return the expected type of the offending parameter.
 
- 
 
Copyright © 2002-2008 The Spring Framework.