INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.always(IValueCreator<?> alwaysValue) |
|
default INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.always(Object alwaysValue) |
|
INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.cause(Throwable cause) |
|
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 |
INodeThrewExceptionBuilder.error(String errorCode,
T value) |
Sets (replaces) the error type and value describing the exception in more detail.
|
INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.error(Consumer<IUnionValueBuilder<String>> errorValue) |
Sets (replaces) the error type and value describing the exception in more detail.
|
INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.file(IWorkflowFileValue fileValue) |
|
default INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.file(File... files) |
|
default INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.file(Iterable<File> files) |
|
INodeThrewExceptionBuilder |
INodeThrewExceptionBuilder.message(String message) |
|
INodeThrewExceptionBuilder |
INodeExecutionParams.throwingException() |
When the node was executed, but an exception did occur, use this method to create a throwing exception and throw
it.
|