Class EPDataFlowExceptionContext
java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext
Context for use with
EPDataFlowExceptionHandler
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the data flow name.Returns the operator name.Returns the operator number.Returns the pretty-print for the operator.Returns the cause.
-
Constructor Details
-
EPDataFlowExceptionContext
public EPDataFlowExceptionContext(String dataFlowName, String operatorName, Object operatorNumber, Object operatorPrettyPrint, Throwable throwable) Ctor.- Parameters:
dataFlowName
- data flow nameoperatorName
- operator nameoperatorNumber
- operator numberoperatorPrettyPrint
- pretty-print of operatorthrowable
- cause
-
-
Method Details
-
getDataFlowName
Returns the data flow name.- Returns:
- data flow name
-
getOperatorName
Returns the operator name.- Returns:
- operator name
-
getThrowable
Returns the cause.- Returns:
- cause
-
getOperatorNumber
Returns the operator number.- Returns:
- operator num
-
getOperatorPrettyPrint
Returns the pretty-print for the operator.- Returns:
- operator string
-