Class WorkflowInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.emf.mwe.core.WorkflowInterruptedException
All Implemented Interfaces:
Serializable

public class WorkflowInterruptedException extends RuntimeException
Exception that signals when a workflow execution should be interrupted due to an error.
See Also:
  • Constructor Details

    • WorkflowInterruptedException

      public WorkflowInterruptedException()
    • WorkflowInterruptedException

      public WorkflowInterruptedException(String message)
    • WorkflowInterruptedException

      public WorkflowInterruptedException(String arg0, Throwable arg1)
    • WorkflowInterruptedException

      public WorkflowInterruptedException(Throwable arg0)