|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.binding.method.InvalidMethodKeyException
public class InvalidMethodKeyException
Thrown when a method key could not be resolved to an invokable java Method on a Class.
Constructor Summary | |
---|---|
InvalidMethodKeyException(MethodKey methodKey,
java.lang.Exception cause)
Creates an exception signaling an invalid method signature. |
Method Summary | |
---|---|
MethodKey |
getMethodKey()
Returns the invalid method key. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 InvalidMethodKeyException(MethodKey methodKey, java.lang.Exception cause)
methodKey
- the class method keycause
- the causeMethod Detail |
---|
public MethodKey getMethodKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |