public class InvalidMethodKeyException
extends java.lang.RuntimeException
Constructor and Description |
---|
InvalidMethodKeyException(MethodKey methodKey,
java.lang.Exception cause)
Creates an exception signaling an invalid method signature.
|
Modifier and Type | Method and Description |
---|---|
MethodKey |
getMethodKey()
Returns the invalid method key.
|
public InvalidMethodKeyException(MethodKey methodKey, java.lang.Exception cause)
methodKey
- the class method keycause
- the causepublic MethodKey getMethodKey()