Class MethodArgumentTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.messaging.MessagingException
org.springframework.messaging.handler.invocation.MethodArgumentResolutionException
org.springframework.messaging.handler.annotation.support.MethodArgumentTypeMismatchException
- All Implemented Interfaces:
Serializable
Exception that indicates that a method argument has not the expected type.
- Since:
- 4.0.3
- Author:
- Stephane Nicoll
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodArgumentTypeMismatchException(Message<?> message, MethodParameter parameter, String description) -
Method Summary
Methods inherited from class MethodArgumentResolutionException
getMethodParameterMethods inherited from class MessagingException
getFailedMessage, toStringMethods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MethodArgumentTypeMismatchException
public MethodArgumentTypeMismatchException(Message<?> message, MethodParameter parameter, String description)
-