org.globus.cog.karajan.workflow.events
Class FailureNotificationEvent

java.lang.Object
  extended by org.globus.cog.karajan.workflow.events.Event
      extended by org.globus.cog.karajan.workflow.events.FlowEvent
          extended by org.globus.cog.karajan.workflow.events.NotificationEvent
              extended by org.globus.cog.karajan.workflow.events.FailureNotificationEvent
Direct Known Subclasses:
AbortNotificationEvent

public class FailureNotificationEvent
extends NotificationEvent


Constructor Summary
FailureNotificationEvent(FlowElement source, VariableStack stack, String message, Throwable exception)
           
FailureNotificationEvent(FlowElement source, VariableStack stack, VariableStack initialStack, String message, Throwable exception)
           
 
Method Summary
 ExecutionException getException()
           
 VariableStack getInitialStack()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.events.NotificationEvent
getType, setType
 
Methods inherited from class org.globus.cog.karajan.workflow.events.FlowEvent
getStack, getThreadingContext, hasStack, setStack
 
Methods inherited from class org.globus.cog.karajan.workflow.events.Event
getEventClass, getFlowElement, getPriority, setFlowElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailureNotificationEvent

public FailureNotificationEvent(FlowElement source,
                                VariableStack stack,
                                VariableStack initialStack,
                                String message,
                                Throwable exception)

FailureNotificationEvent

public FailureNotificationEvent(FlowElement source,
                                VariableStack stack,
                                String message,
                                Throwable exception)
Method Detail

getMessage

public String getMessage()

getException

public ExecutionException getException()

getInitialStack

public VariableStack getInitialStack()

toString

public String toString()
Overrides:
toString in class NotificationEvent