クラス ParameterOutOfBoundsException

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

public class ParameterOutOfBoundsException extends RuntimeExceptionSE
Parameters インスタンス内の無効なインデックスを使用して Parameter にアクセスしようとしたときにスローされる例外。
作成者:
Oliver Gierke
関連事項:
  • コンストラクターの詳細

    • ParameterOutOfBoundsException

      public ParameterOutOfBoundsException(StringSE message, ThrowableSE cause)
      指定された例外を原因として、新しい ParameterOutOfBoundsException を作成します。
      パラメーター:
      message -
      cause -