|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.espertech.esper.epl.core.EngineNoSuchCtorException
public class EngineNoSuchCtorException
Exception for resolution of a method failed.
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 |
---|
public EngineNoSuchCtorException(java.lang.String message, java.lang.reflect.Constructor nearestMissCtor)
message
- messagenearestMissCtor
- best-match methodMethod Detail |
---|
public java.lang.reflect.Constructor getNearestMissCtor()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |