org.jbpm.graph.log
Class ActionLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.CompositeLog
org.jbpm.graph.log.ActionLog
- All Implemented Interfaces:
- Serializable
public class ActionLog
- extends CompositeLog
- See Also:
- Serialized Form
action
protected Action action
exception
protected String exception
ActionLog
public ActionLog()
ActionLog
public ActionLog(Action action)
toString
public String toString()
- Description copied from class:
ProcessLog
- provides a text description for this update which can be used e.g. in the admin web
console.
- Overrides:
toString in class CompositeLog
setException
public void setException(Throwable throwable)
getAction
public Action getAction()
setAction
public void setAction(Action action)
getException
public String getException()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.