| org.springframework.binding.method.InvalidMethodKeyException
InvalidMethodKeyException | public class InvalidMethodKeyException extends NestedRuntimeException (Code) | | Thrown when a method key could not be resolved to an invokable java Method on
a Class.
author: Keith Donald |
InvalidMethodKeyException | public InvalidMethodKeyException(MethodKey methodKey, Exception cause)(Code) | | Creates an exception signaling an invalid method signature.
Parameters: methodKey - the class method key Parameters: cause - the cause |
getMethodKey | public MethodKey getMethodKey()(Code) | | Returns the invalid method key.
the method key. |
|
|