public class EPDataFlowEmitterExceptionHandler extends Object
Constructor and Description |
---|
EPDataFlowEmitterExceptionHandler(String engineURI,
String statementName,
boolean audit,
String dataFlowName,
String operatorName,
int operatorNumber,
String operatorPrettyPrint,
EPDataFlowExceptionHandler optionalExceptionHandler) |
Modifier and Type | Method and Description |
---|---|
String |
getDataFlowName() |
String |
getEngineURI() |
String |
getOperatorName() |
int |
getOperatorNumber() |
String |
getOperatorPrettyPrint() |
EPDataFlowExceptionHandler |
getOptionalExceptionHandler() |
String |
getStatementName() |
void |
handleAudit(Object targetObject,
Object[] parameters) |
void |
handleException(Object targetObject,
net.sf.cglib.reflect.FastMethod fastMethod,
InvocationTargetException ex,
Object[] parameters) |
public void handleException(Object targetObject, net.sf.cglib.reflect.FastMethod fastMethod, InvocationTargetException ex, Object[] parameters)
public String getEngineURI()
public String getStatementName()
public String getDataFlowName()
public String getOperatorName()
public int getOperatorNumber()
public String getOperatorPrettyPrint()
public EPDataFlowExceptionHandler getOptionalExceptionHandler()