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

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
 

Constructor Detail

ALDWorkflowRunFailureInfo

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

ALDWorkflowRunFailureInfo

public ALDWorkflowRunFailureInfo(ALDWorkflowNodeID nodeID)
Method Detail

getException

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

getNodeID

public ALDWorkflowNodeID getNodeID()
Returns:
the nodeID


Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.