public class MissingPortletRequestParameterException extends PortletRequestBindingException
PortletRequestBindingException subclass that indicates a missing parameter.| Constructor and Description |
|---|
MissingPortletRequestParameterException(String parameterName,
String parameterType)
Constructor for MissingPortletRequestParameterException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getParameterName()
Return the name of the offending parameter.
|
String |
getParameterType()
Return the expected type of the offending parameter.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingPortletRequestParameterException(String parameterName, String parameterType)
parameterName - the name of the missing parameterparameterType - the expected type of the missing parameterpublic String getMessage()
getMessage in class Throwablepublic final String getParameterName()
public final String getParameterType()