jBPM distribution 6.2.0.CR4

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()

setFaultVariable

public void setFaultVariable(String faultVariable)

getAction

public DroolsAction getAction()

setAction

public void setAction(DroolsAction action)

toString

public String toString()
Overrides:
toString in class Object

jBPM distribution 6.2.0.CR4

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