de.unihalle.informatik.Alida.workflows.events
Class ALDWorkflowRunFailureInfo
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
ALDWorkflowRunFailureInfo
public ALDWorkflowRunFailureInfo(ALDWorkflowNodeID nodeID)
ALDWorkflowRunFailureInfo
public ALDWorkflowRunFailureInfo(java.lang.Exception exception,
ALDWorkflowNodeID nodeID)
getException
public java.lang.Exception getException()
- Returns:
- the exception
getNodeID
public ALDWorkflowNodeID getNodeID()
- Returns:
- the nodeID