Spring Data Commons

org.springframework.data.repository.query
Class ParameterOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
ParameterOutOfBoundsException(Throwable cause)
          Creates a new ParameterOutOfBoundsException with the given exception as cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterOutOfBoundsException

public ParameterOutOfBoundsException(Throwable cause)
Creates a new ParameterOutOfBoundsException with the given exception as cause.

Parameters:
cause -

Spring Data Commons

Copyright © 2012. All Rights Reserved.