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

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

public class ALDWorkflowRunFailureInfo
extends Object

This class holds information related to a run failure event

Author:
posch

Constructor Summary
ALDWorkflowRunFailureInfo(ALDWorkflowNodeID nodeID)
           
ALDWorkflowRunFailureInfo(Exception exception, ALDWorkflowNodeID nodeID)
           
 
Method Summary
 Exception getException()
           
 ALDWorkflowNodeID getNodeID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDWorkflowRunFailureInfo

public ALDWorkflowRunFailureInfo(Exception exception,
                                 ALDWorkflowNodeID nodeID)

ALDWorkflowRunFailureInfo

public ALDWorkflowRunFailureInfo(ALDWorkflowNodeID nodeID)
Method Detail

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.