Uses of Class
org.springframework.web.util.NestedServletException
Packages that use NestedServletException
-
Uses of NestedServletException in org.springframework.web.bind
Subclasses 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.