de.unihalle.informatik.Alida.workflows.events
Class ALDWorkflowRunFailureInfo

java.lang.Object
  extended by de.unihalle.informatik.Alida.workflows.events.ALDWorkflowRunFailureInfo

public class ALDWorkflowRunFailureInfo
extends java.lang.Object

This class holds information related to a run failure event

Author:
posch

Field Summary
private  java.lang.Exception exception
          Exception which caused the run failure, may be null
private  ALDWorkflowNodeID nodeID
          ID of the workflow node for which a runOp() failed.
 
Constructor Summary
ALDWorkflowRunFailureInfo(ALDWorkflowNodeID nodeID)
           
ALDWorkflowRunFailureInfo(java.lang.Exception exception, ALDWorkflowNodeID nodeID)
           
 
Method Summary
 java.lang.Exception getException()
           
 ALDWorkflowNodeID getNodeID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

private java.lang.Exception exception
Exception which caused the run failure, may be null


nodeID

private ALDWorkflowNodeID nodeID
ID of the workflow node for which a runOp() failed.

Constructor Detail

ALDWorkflowRunFailureInfo

public ALDWorkflowRunFailureInfo(ALDWorkflowNodeID nodeID)

ALDWorkflowRunFailureInfo

public ALDWorkflowRunFailureInfo(java.lang.Exception exception,
                                 ALDWorkflowNodeID nodeID)
Method Detail

getException

public java.lang.Exception getException()
Returns:
the exception

getNodeID

public ALDWorkflowNodeID getNodeID()
Returns:
the nodeID