Class MethodResolverNoSuchCtorException

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

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

    • MethodResolverNoSuchCtorException

      public MethodResolverNoSuchCtorException(String message, Constructor nearestMissCtor)
      Ctor.
      Parameters:
      message - message
      nearestMissCtor - best-match method
  • Method Details

    • getNearestMissCtor

      public Constructor getNearestMissCtor()
      Returns the best-match ctor.
      Returns:
      ctor