Class MethodResolverNoSuchMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.util.MethodResolverNoSuchMethodException
All Implemented Interfaces:
Serializable

public class MethodResolverNoSuchMethodException extends Exception
Exception for resolution of a method failed.
See Also:
  • Constructor Details

    • MethodResolverNoSuchMethodException

      public MethodResolverNoSuchMethodException(String message, Method nearestMissMethod)
      Ctor.
      Parameters:
      message - message
      nearestMissMethod - best-match method
  • Method Details

    • getNearestMissMethod

      public Method getNearestMissMethod()
      Returns the best-match method.
      Returns:
      method