Class EPDataFlowExceptionContext

java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext

public class EPDataFlowExceptionContext extends Object
Context for use with EPDataFlowExceptionHandler.
  • Constructor Details

    • EPDataFlowExceptionContext

      public EPDataFlowExceptionContext(String dataFlowName, String operatorName, Object operatorNumber, Object operatorPrettyPrint, Throwable throwable)
      Ctor.
      Parameters:
      dataFlowName - data flow name
      operatorName - operator name
      operatorNumber - operator number
      operatorPrettyPrint - pretty-print of operator
      throwable - cause
  • Method Details

    • getDataFlowName

      public String getDataFlowName()
      Returns the data flow name.
      Returns:
      data flow name
    • getOperatorName

      public String getOperatorName()
      Returns the operator name.
      Returns:
      operator name
    • getThrowable

      public Throwable getThrowable()
      Returns the cause.
      Returns:
      cause
    • getOperatorNumber

      public Object getOperatorNumber()
      Returns the operator number.
      Returns:
      operator num
    • getOperatorPrettyPrint

      public Object getOperatorPrettyPrint()
      Returns the pretty-print for the operator.
      Returns:
      operator string