Class ExceptionHandlerContextUnassociated
java.lang.Object
com.espertech.esper.common.client.hook.exception.ExceptionHandlerContextUnassociated
Context provided to
ExceptionHandler
implementations providing
exception-contextual information as well as the exception itself,
for use with inbound pools and for exceptions unassociated to statements when using inbound pools.-
Constructor Summary
ConstructorDescriptionExceptionHandlerContextUnassociated
(String runtimeURI, Throwable throwable, Object currentEvent) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current event, when available.Returns the runtime URI.Returns the exception.
-
Constructor Details
-
Method Details
-
getRuntimeURI
Returns the runtime URI.- Returns:
- runtime URI
-
getThrowable
Returns the exception.- Returns:
- exception
-
getCurrentEvent
Returns the current event, when available.- Returns:
- current event or null if not available
-