org.jbpm.process.core.context.exception
public class ActionExceptionHandler extends Object implements ExceptionHandler, Serializable
Constructor and Description |
---|
ActionExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
DroolsAction |
getAction() |
String |
getFaultVariable() |
void |
setAction(DroolsAction action) |
void |
setFaultVariable(String faultVariable) |
String |
toString() |
public String getFaultVariable()
getFaultVariable
in interface ExceptionHandler
public void setFaultVariable(String faultVariable)
setFaultVariable
in interface ExceptionHandler
public DroolsAction getAction()
public void setAction(DroolsAction action)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.