public class MethodResolverNoSuchMethodException
extends java.lang.Exception
Constructor and Description |
---|
MethodResolverNoSuchMethodException(java.lang.String message,
java.lang.reflect.Method nearestMissMethod)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getNearestMissMethod()
Returns the best-match method.
|