public class MethodArgumentConversionNotSupportedException extends ConversionNotSupportedException
MethodParameter へのアクセスを提供します。ERROR_CODE| コンストラクターと説明 |
|---|
MethodArgumentConversionNotSupportedException(java.lang.Object value, java.lang.Class<?> requiredType, java.lang.String name, MethodParameter param, java.lang.Throwable cause) |
| 修飾子と型 | メソッドと説明 |
|---|---|
java.lang.String | getName() メソッドの引数の名前を返します。 |
MethodParameter | getParameter() ターゲットメソッドのパラメーターを返します。 |
getErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNamegetPropertyChangeEventcontains, getMessage, getMostSpecificCause, getRootCausepublic MethodArgumentConversionNotSupportedException(@Nullable java.lang.Object value, @Nullable java.lang.Class<?> requiredType, java.lang.String name, MethodParameter param, java.lang.Throwable cause)
public java.lang.String getName()
public MethodParameter getParameter()