Spring Data Core

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(String message, 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(String message,
                                     Throwable cause)
Creates a new ParameterOutOfBoundsException with the given exception as cause.

Parameters:
message -
cause -

Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.