public class InvalidMethodKeyException extends RuntimeException
| Constructor and Description |
|---|
InvalidMethodKeyException(MethodKey methodKey,
Exception cause)
Creates an exception signaling an invalid method signature.
|
| Modifier and Type | Method and Description |
|---|---|
MethodKey |
getMethodKey()
Returns the invalid method key.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodKey getMethodKey()