クラス QueryMethodParameterConversionException

java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.data.repository.support.QueryMethodParameterConversionException
実装されたすべてのインターフェース:
SerializableSE

public class QueryMethodParameterConversionException extends RuntimeExceptionSE
ソース値をクエリメソッドパラメーターに変換しようとして失敗したことを表す例外。
導入:
1.11
作成者:
Oliver Gierke, Johannes Englmeier
関連事項:
  • コンストラクターの詳細

  • メソッドの詳細

    • getSource

      public ObjectSE getSource()
      変換に失敗したソース値を返します。
      戻り値:
      ソースは null にすることができます。
    • getParameter

      public MethodParameter getParameter()
      ソース値を変換しようとした MethodParameter を返します。
      戻り値:
      パラメーターが null になることはありません。
      関連事項: