Interface IAbruptCompletionExceptionBuilder<TBuilder,TResult>
- 
- Type Parameters:
 TBuilder- The type of the builder returned by the various builder methods.TResult- The type of the result being built by the builder.
- All Superinterfaces:
 org.apache.commons.lang3.builder.Builder<TResult>,ICompletionResultBuilder<TBuilder,TResult>
- All Known Subinterfaces:
 INodeReturnedExceptionBuilder,INodeThrewExceptionBuilder,INodeTransferredControlExceptionBuilder
public interface IAbruptCompletionExceptionBuilder<TBuilder,TResult> extends ICompletionResultBuilder<TBuilder,TResult>
Builder for the result of a node that was completed abruptly by throwing an exception or issuing a return statement.- Since:
 - 7.0.7
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TBuildercause(Throwable cause)TBuildermessage(String message)- 
Methods inherited from interface de.xima.fc.interfaces.workflow.params.ICompletionResultBuilder
always, always, attachment, attachment, attachment, file, file, file, file, file, file 
 - 
 
 -