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 org.springframework.messaging.handler.invocation.MethodArgumentResolutionException
getMethodParameter
Methods inherited from class org.springframework.messaging.MessagingException
getFailedMessage, toString
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MethodArgumentTypeMismatchException
public MethodArgumentTypeMismatchException(Message<?> message, MethodParameter parameter, String description)
-