public class EPDataFlowExceptionContext extends Object
EPDataFlowExceptionHandler
.Constructor and Description |
---|
EPDataFlowExceptionContext(String dataFlowName,
String operatorName,
Object operatorNumber,
Object operatorPrettyPrint,
Throwable throwable)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataFlowName()
Returns the data flow name.
|
String |
getOperatorName()
Returns the operator name.
|
Object |
getOperatorNumber()
Returns the operator number.
|
Object |
getOperatorPrettyPrint()
Returns the pretty-print for the operator.
|
Throwable |
getThrowable()
Returns the cause.
|
public EPDataFlowExceptionContext(String dataFlowName, String operatorName, Object operatorNumber, Object operatorPrettyPrint, Throwable throwable)
dataFlowName
- data flow nameoperatorName
- operator nameoperatorNumber
- operator numberoperatorPrettyPrint
- pretty-print of operatorthrowable
- causepublic String getDataFlowName()
public String getOperatorName()
public Throwable getThrowable()
public Object getOperatorNumber()
public Object getOperatorPrettyPrint()