org.jbpm.process.core.context.exception
Class ActionExceptionHandler

java.lang.Object
  extended by org.jbpm.process.core.context.exception.ActionExceptionHandler
All Implemented Interfaces:
Serializable, ExceptionHandler

public class ActionExceptionHandler
extends Object
implements ExceptionHandler, Serializable

See Also:
Serialized Form

Constructor Summary
ActionExceptionHandler()
           
 
Method Summary
 DroolsAction getAction()
           
 String getFaultVariable()
           
 void setAction(DroolsAction action)
           
 void setFaultVariable(String faultVariable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionExceptionHandler

public ActionExceptionHandler()
Method Detail

getFaultVariable

public String getFaultVariable()
Specified by:
getFaultVariable in interface ExceptionHandler

setFaultVariable

public void setFaultVariable(String faultVariable)
Specified by:
setFaultVariable in interface ExceptionHandler

getAction

public DroolsAction getAction()

setAction

public void setAction(DroolsAction action)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.