open class MissingServletRequestParameterException : ServletRequestBindingException
ServletRequestBindingException subclass that indicates a missing parameter.
Author
Juergen Hoeller
Since
2.0.2
MissingServletRequestParameterException(parameterName: String, parameterType: String)
Constructor for MissingServletRequestParameterException. |
open val message: String |
fun getParameterName(): String
Return the name of the offending parameter. |
|
fun getParameterType(): String
Return the expected type of the offending parameter. |