|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.ExceptionHandlerContext
public class ExceptionHandlerContext
Context provided to ExceptionHandler
implementations providing
exception-contextual information as well as the exception itself.
Statement information pertains to the statement currently being processed when the unchecked exception occured.
Constructor Summary | |
---|---|
ExceptionHandlerContext(java.lang.String engineURI,
java.lang.Throwable throwable,
java.lang.String statementName,
java.lang.String epl)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getEngineURI()
Returns the engine URI. |
java.lang.String |
getEpl()
Returns the expression text of the statement. |
java.lang.String |
getStatementName()
Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided. |
java.lang.Throwable |
getThrowable()
Returns the exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionHandlerContext(java.lang.String engineURI, java.lang.Throwable throwable, java.lang.String statementName, java.lang.String epl)
engineURI
- engine URIthrowable
- exceptionstatementName
- statement nameepl
- statement EPL expression textMethod Detail |
---|
public java.lang.String getEngineURI()
public java.lang.Throwable getThrowable()
public java.lang.String getStatementName()
public java.lang.String getEpl()
|
© 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 |