Class MethodResolverNoSuchMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.util.MethodResolverNoSuchMethodException
- All Implemented Interfaces:
Serializable
Exception for resolution of a method failed.
- See Also:
-
Constructor Summary
ConstructorDescriptionMethodResolverNoSuchMethodException
(String message, Method nearestMissMethod) Ctor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MethodResolverNoSuchMethodException
Ctor.- Parameters:
message
- messagenearestMissMethod
- best-match method
-
-
Method Details
-
getNearestMissMethod
Returns the best-match method.- Returns:
- method
-