Class MethodArgumentTypeMismatchException

All Implemented Interfaces:
Serializable

public class MethodArgumentTypeMismatchException extends TypeMismatchException
A TypeMismatchException raised while resolving a controller method argument. Provides access to the target MethodParameter.
Since:
4.2
Author:
Rossen Stoyanchev
See Also: