com.espertech.esper.client.dataflow
Class EPDataFlowExceptionContext

java.lang.Object
  extended by com.espertech.esper.client.dataflow.EPDataFlowExceptionContext

public class EPDataFlowExceptionContext
extends java.lang.Object

Context for use with EPDataFlowExceptionHandler.


Constructor Summary
EPDataFlowExceptionContext(java.lang.String dataFlowName, java.lang.String operatorName, java.lang.Object operatorNumber, java.lang.Object operatorPrettyPrint, java.lang.Throwable throwable)
          Ctor.
 
Method Summary
 java.lang.String getDataFlowName()
          Returns the data flow name.
 java.lang.String getOperatorName()
          Returns the operator name.
 java.lang.Object getOperatorNumber()
          Returns the operator number.
 java.lang.Object getOperatorPrettyPrint()
          Returns the pretty-print for the operator.
 java.lang.Throwable getThrowable()
          Returns the cause.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPDataFlowExceptionContext

public EPDataFlowExceptionContext(java.lang.String dataFlowName,
                                  java.lang.String operatorName,
                                  java.lang.Object operatorNumber,
                                  java.lang.Object operatorPrettyPrint,
                                  java.lang.Throwable throwable)
Ctor.

Parameters:
dataFlowName - data flow name
operatorName - operator name
operatorNumber - operator number
operatorPrettyPrint - pretty-print of operator
throwable - cause
Method Detail

getDataFlowName

public java.lang.String getDataFlowName()
Returns the data flow name.

Returns:
data flow name

getOperatorName

public java.lang.String getOperatorName()
Returns the operator name.

Returns:
operator name

getThrowable

public java.lang.Throwable getThrowable()
Returns the cause.

Returns:
cause

getOperatorNumber

public java.lang.Object getOperatorNumber()
Returns the operator number.

Returns:
operator num

getOperatorPrettyPrint

public java.lang.Object getOperatorPrettyPrint()
Returns the pretty-print for the operator.

Returns:
operator string

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com