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 INodeThrewExceptionBuilder
default <T> INodeThrewExceptionBuilder
INodeThrewExceptionBuilder.error
(String errorCode, Class<T> memberClass, IValueCreator<T> valueCreator) Sets (replaces) the error type and value describing the exception in more detail.default <T> INodeThrewExceptionBuilder
Sets (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 INodeThrewExceptionBuilder
default INodeThrewExceptionBuilder
INodeExecutionParams.throwingException()
When the node was executed, but an exception did occur, use this method to create a throwing exception and throw it.