|
Spring Web Flow | ||||||||
| 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.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 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 InvalidMethodKeyException(MethodKey methodKey,
java.lang.Exception cause)
methodKey - the class method keycause - the cause| Method Detail |
|---|
public MethodKey getMethodKey()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||