Class AmbiguousMethodInvoker

    • Constructor Summary

      Constructors 
      Constructor Description
      AmbiguousMethodInvoker​(java.lang.reflect.Method method, java.lang.String exceptionMessage)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object target, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AmbiguousMethodInvoker

        public AmbiguousMethodInvoker​(java.lang.reflect.Method method,
                                      java.lang.String exceptionMessage)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object target,
                                       java.lang.Object[] args)
                                throws java.lang.IllegalAccessException,
                                       java.lang.reflect.InvocationTargetException
        Specified by:
        invoke in interface Invoker
        Overrides:
        invoke in class MethodInvoker
        Throws:
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException