com.espertech.esper.epl.core
Class EngineNoSuchMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.espertech.esper.epl.core.EngineNoSuchMethodException
All Implemented Interfaces:
java.io.Serializable

public class EngineNoSuchMethodException
extends java.lang.Exception

Exception for resolution of a method failed.

See Also:
Serialized Form

Constructor Summary
EngineNoSuchMethodException(java.lang.String message, java.lang.reflect.Method nearestMissMethod)
          Ctor.
 
Method Summary
 java.lang.reflect.Method getNearestMissMethod()
          Returns the best-match method.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EngineNoSuchMethodException

public EngineNoSuchMethodException(java.lang.String message,
                                   java.lang.reflect.Method nearestMissMethod)
Ctor.

Parameters:
message - message
nearestMissMethod - best-match method
Method Detail

getNearestMissMethod

public java.lang.reflect.Method getNearestMissMethod()
Returns the best-match method.

Returns:
method

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com