Uses of Class
org.springframework.messaging.handler.invocation.MethodArgumentResolutionException
Package
Description
Support classes for working with annotated message-handling methods.
-
Uses of MethodArgumentResolutionException in org.springframework.messaging.handler.annotation.support
Modifier and TypeClassDescriptionclass
Exception to be thrown when a method argument fails validation perhaps as a result of@Valid
style validation, or perhaps because it is required.class
Exception that indicates that a method argument has not the expected type.