de.unihalle.informatik.Alida.workflows.events
Class ALDWorkflowRunFailureInfo
java.lang.Object
de.unihalle.informatik.Alida.workflows.events.ALDWorkflowRunFailureInfo
public class ALDWorkflowRunFailureInfo
- extends Object
This class holds information related to a run failure event
- Author:
- posch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALDWorkflowRunFailureInfo
public ALDWorkflowRunFailureInfo(Exception exception,
ALDWorkflowNodeID nodeID)
ALDWorkflowRunFailureInfo
public ALDWorkflowRunFailureInfo(ALDWorkflowNodeID nodeID)
getException
public Exception getException()
- Returns:
- the exception
getNodeID
public ALDWorkflowNodeID getNodeID()
- Returns:
- the nodeID
Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.