Class InvalidMethodKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.binding.method.InvalidMethodKeyException
- All Implemented Interfaces:
- Serializable
Thrown when a method key could not be resolved to an invokable java Method on a Class.
- Author:
- Keith Donald
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidMethodKeyException(MethodKey methodKey, Exception cause) Creates an exception signaling an invalid method signature.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidMethodKeyExceptionCreates an exception signaling an invalid method signature.- Parameters:
- methodKey- the class method key
- cause- the cause
 
 
- 
- 
Method Details- 
getMethodKeyReturns the invalid method key.- Returns:
- the method key.
 
 
-