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:
  • Constructor Details

    • InvalidMethodKeyException

      public InvalidMethodKeyException(MethodKey methodKey, Exception cause)
      Creates an exception signaling an invalid method signature.
      Parameters:
      methodKey - the class method key
      cause - the cause
  • Method Details

    • getMethodKey

      public MethodKey getMethodKey()
      Returns the invalid method key.
      Returns:
      the method key.