Class MethodArgumentTypeMismatchException

All Implemented Interfaces:
Serializable

public class MethodArgumentTypeMismatchException extends MethodArgumentResolutionException
Exception that indicates that a method argument has not the expected type.
Since:
4.0.3
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • MethodArgumentTypeMismatchException

      public MethodArgumentTypeMismatchException(Message<?> message, MethodParameter parameter, String description)