org.springframework.binding.method
Class InvalidMethodKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.binding.method.InvalidMethodKeyException
- All Implemented Interfaces:
- Serializable
public class InvalidMethodKeyException
- extends RuntimeException
Thrown when a method key could not be resolved to an invokable java Method on a Class.
- Author:
- Keith Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidMethodKeyException
public InvalidMethodKeyException(MethodKey methodKey,
Exception cause)
- Creates an exception signaling an invalid method signature.
- Parameters:
methodKey
- the class method keycause
- the cause
getMethodKey
public MethodKey getMethodKey()
- Returns the invalid method key.
- Returns:
- the method key.