Class ParameterOutOfBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.repository.query.ParameterOutOfBoundsException
All Implemented Interfaces:
Serializable

public class ParameterOutOfBoundsException extends RuntimeException
Exception to be thrown when trying to access a Parameter with an invalid index inside a Parameters instance.
Author:
Oliver Gierke
See Also:
  • Constructor Details