getParameterType() Return the expected type of the offending parameter.
Constructor Detail
MissingServletRequestParameterException
public MissingServletRequestParameterException(String parameterName, String parameterType)(Code)
Constructor for MissingServletRequestParameterException.
Parameters: parameterName - the name of the missing parameter Parameters: parameterType - the expected type of the missing parameter