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
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 TBuilder
cause(Throwable cause)
TBuilder
message(String message)
-