Package org.eclipse.emf.mwe.core
Class WorkflowInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.emf.mwe.core.WorkflowInterruptedException
- All Implemented Interfaces:
Serializable
Exception that signals when a workflow execution should be interrupted due
to an error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowInterruptedException
(String message) WorkflowInterruptedException
(String arg0, Throwable arg1) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowInterruptedException
public WorkflowInterruptedException() -
WorkflowInterruptedException
-
WorkflowInterruptedException
-
WorkflowInterruptedException
-