public class MethodArgumentTypeMismatchException
extends org.springframework.beans.TypeMismatchException
MethodParameter.| Constructor and Description |
|---|
MethodArgumentTypeMismatchException(Object value,
Class<?> requiredType,
String name,
org.springframework.core.MethodParameter param,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the name of the method argument.
|
org.springframework.core.MethodParameter |
getParameter()
Return the target method parameter.
|
getErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNamegetPropertyChangeEventcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getName()
public org.springframework.core.MethodParameter getParameter()