クラス MethodArgumentConversionNotSupportedException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.PropertyAccessException
org.springframework.beans.TypeMismatchException
org.springframework.beans.ConversionNotSupportedException
org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
- 実装されているすべてのインターフェース:
SerializableSE
メソッド引数の解決中に ConversionNotSupportedException が発生しました。ターゲット
MethodParameter へのアクセスを提供します。- 導入:
- 4.2
- 作成者:
- Rossen Stoyanchev
- 関連事項:
フィールドのサマリー
クラス TypeMismatchException から継承されたフィールド
ERROR_CODEコンストラクターの概要
コンストラクターコンストラクター説明MethodArgumentConversionNotSupportedException(@Nullable ObjectSE value, @Nullable ClassSE<?> requiredType, StringSE name, MethodParameter param, @Nullable ThrowableSE cause) メソッドのサマリー
クラス TypeMismatchException から継承されたメソッド
getErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNameクラス PropertyAccessException から継承されたメソッド
getPropertyChangeEventクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
MethodArgumentConversionNotSupportedException
public MethodArgumentConversionNotSupportedException(@Nullable ObjectSE value, @Nullable ClassSE<?> requiredType, StringSE name, MethodParameter param, @Nullable ThrowableSE cause)
メソッドの詳細
getName
メソッドの引数の名前を返します。getParameter
ターゲットメソッドのパラメーターを返します。