Package de.xima.fc.exceptions
Class AbstractAbruptCompletionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.exceptions.AbstractXfcException
 - 
- de.xima.fc.exceptions.WorkflowProcessingException
 - 
- de.xima.fc.exceptions.AbstractAbruptCompletionException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 IXfcException,Serializable
- Direct Known Subclasses:
 NodeReturnedException,NodeThrewException
public abstract class AbstractAbruptCompletionException extends WorkflowProcessingException
Indicates that execution of a workflow node ended abruptly.An abrupt completion always has an associated reason, which is one of the following:
- A return statement
 - A throw statement, including exceptions thrown by the workflow runtime engine
 
- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, String message)AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, String message, Throwable e)AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, Throwable e) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAlwaysValue()IWorkflowFileValuegetFileValue()- 
Methods inherited from class de.xima.fc.exceptions.WorkflowProcessingException
getDefaultErrorCode, getDefaultMessageKey 
- 
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AbstractAbruptCompletionException
public AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, String message)
 
- 
AbstractAbruptCompletionException
public AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, String message, Throwable e)
 
- 
AbstractAbruptCompletionException
public AbstractAbruptCompletionException(Object alwaysData, IWorkflowFileValue fileValue, Throwable e)
 
 - 
 
- 
Method Detail
- 
getAlwaysValue
public Object getAlwaysValue()
 
- 
getFileValue
public IWorkflowFileValue getFileValue()
 
 - 
 
 -