org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands
Class WorkflowLogExceptionCommand

java.lang.Object
  extended by RecordingCommand
      extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands.WorkflowBaseLogCommand
          extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands.WorkflowLogExceptionCommand

public class WorkflowLogExceptionCommand
extends WorkflowBaseLogCommand

Author:
bhunt

Constructor Summary
WorkflowLogExceptionCommand(WorkflowTransactionalContext context, WorkflowComponent component, java.lang.Exception e)
           
 
Method Summary
 void doExecute()
           
 
Methods inherited from class org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.commands.WorkflowBaseLogCommand
getLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowLogExceptionCommand

public WorkflowLogExceptionCommand(WorkflowTransactionalContext context,
                                   WorkflowComponent component,
                                   java.lang.Exception e)
Method Detail

doExecute

public void doExecute()