com.espertech.esper.epl.core
Class EngineNoSuchCtorException

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

public class EngineNoSuchCtorException
extends java.lang.Exception

Exception for resolution of a method failed.

See Also:
Serialized Form

Constructor Summary
EngineNoSuchCtorException(java.lang.String message, java.lang.reflect.Constructor nearestMissCtor)
          Ctor.
 
Method Summary
 java.lang.reflect.Constructor getNearestMissCtor()
          Returns the best-match ctor.
 
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

EngineNoSuchCtorException

public EngineNoSuchCtorException(java.lang.String message,
                                 java.lang.reflect.Constructor nearestMissCtor)
Ctor.

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

getNearestMissCtor

public java.lang.reflect.Constructor getNearestMissCtor()
Returns the best-match ctor.

Returns:
ctor

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