Uses of Class
org.springframework.web.util.NestedServletException
Packages that use NestedServletException
Package
Description
Provides web-specific data binding functionality.
Support classes for the multipart resolution framework.
- 
Uses of NestedServletException in org.springframework.web.bindSubclasses of NestedServletException in org.springframework.web.bindModifier and TypeClassDescriptionclassServletRequestBindingExceptionsubclass that indicates that a matrix variable expected in the method parameters of an@RequestMappingmethod is not present among the matrix variables extracted from the URL.classServletRequestBindingExceptionsubclass that indicates that a path variable expected in the method parameters of an@RequestMappingmethod is not present among the URI variables extracted from the URL.classServletRequestBindingExceptionsubclass that indicates that a request cookie expected in the method parameters of an@RequestMappingmethod is not present.classServletRequestBindingExceptionsubclass that indicates that a request header expected in the method parameters of an@RequestMappingmethod is not present.classBase class forServletRequestBindingExceptionexceptions that could not bind because the request value is required but is either missing or otherwise resolves tonullafter conversion.classServletRequestBindingExceptionsubclass that indicates a missing parameter.classFatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.classServletRequestBindingExceptionsubclass that indicates an unsatisfied parameter condition, as typically expressed using an@RequestMappingannotation at the@Controllertype level.
- 
Uses of NestedServletException in org.springframework.web.multipart.supportSubclasses of NestedServletException in org.springframework.web.multipart.supportModifier and TypeClassDescriptionclassSignals the part of a "multipart/form-data" request, identified by name could not be found.