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 Summary
ConstructorDescriptionInvalidMethodKeyException
(MethodKey methodKey, Exception cause) Creates an exception signaling an invalid method signature. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMethodKeyException
Creates an exception signaling an invalid method signature.- Parameters:
methodKey
- the class method keycause
- the cause
-
-
Method Details
-
getMethodKey
Returns the invalid method key.- Returns:
- the method key.
-