|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.data.repository.query.ParameterOutOfBoundsException
public class ParameterOutOfBoundsException
Exception to be thrown when trying to access a Parameter
with an invalid index inside a Parameters
instance.
Constructor Summary | |
---|---|
ParameterOutOfBoundsException(java.lang.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 |
---|
public ParameterOutOfBoundsException(java.lang.Throwable cause)
ParameterOutOfBoundsException
with the given exception as cause.
cause
-
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |