Uses of Interface
de.xima.fc.interfaces.workflow.params.INodeThrewExceptionBuilder
Packages that use INodeThrewExceptionBuilder
- 
Uses of INodeThrewExceptionBuilder in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return INodeThrewExceptionBuilderModifier and TypeMethodDescriptionINodeThrewExceptionBuilder.always(IValueCreator<?> alwaysValue) default INodeThrewExceptionBuilderdefault <T> INodeThrewExceptionBuilderINodeThrewExceptionBuilder.error(String errorCode, Class<T> memberClass, IValueCreator<T> valueCreator) Sets (replaces) the error type and value describing the exception in more detail.default <T> INodeThrewExceptionBuilderSets (replaces) the error type and value describing the exception in more detail.INodeThrewExceptionBuilder.error(Consumer<IUnionValueBuilder<String>> errorValue) Sets (replaces) the error type and value describing the exception in more detail.INodeThrewExceptionBuilder.file(IWorkflowFileValue fileValue) default INodeThrewExceptionBuilderdefault INodeThrewExceptionBuilderINodeExecutionParams.throwingException()When the node was executed, but an exception did occur, use this method to create a throwing exception and throw it.