Package | Description |
---|---|
org.springframework.web.bind |
Provides web-specific data binding functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
MissingServletRequestParameterException
ServletRequestBindingException subclass that indicates a missing parameter. |
class |
ServletRequestBindingException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
|
class |
UnsatisfiedServletRequestParameterException
ServletRequestBindingException subclass that indicates an unsatisfied
parameter condition, as typically expressed using an @RequestMapping
annotation at the @Controller type level. |
Copyright © 2015. All rights reserved.