Uses of Interface
de.xima.fc.interfaces.workflow.params.INodeThrewExceptionBuilder
Packages that use INodeThrewExceptionBuilder
-
Uses of INodeThrewExceptionBuilder in de.xima.fc.interfaces.workflow.params
Subinterfaces with type arguments of type INodeThrewExceptionBuilder in de.xima.fc.interfaces.workflow.paramsModifier and TypeInterfaceDescriptioninterfaceBuilder for the exception thrown by a node when it encounters an error upon execution.interfaceBuilder for the exception thrown by a node when it encounters an error upon execution.Methods in de.xima.fc.interfaces.workflow.params that return INodeThrewExceptionBuilderModifier and TypeMethodDescriptionINodeThrewExceptionBuilder.always(IValueCreator alwaysValue) default INodeThrewExceptionBuilderINodeThrewExceptionBuilder.error(String errorCode, IValueCreator valueCreator) Sets (replaces) the error type and value describing the exception in more detail.default INodeThrewExceptionBuilderINodeThrewExceptionBuilder.error(String errorCode, Class<?> ignoredMemberClass, IValueCreator valueCreator) Deprecated.default <T> INodeThrewExceptionBuilderSets (replaces) the error type and value describing the exception in more detail.INodeThrewExceptionBuilder.error(Consumer<IUnionValueBuilder> errorValue) Deprecated.default INodeThrewExceptionBuilderINodeThrewExceptionBuilder.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.
INodeThrewExceptionBuilder.error(String, IValueCreator).