INodeThrewExceptionBuilder | 
INodeThrewExceptionBuilder.always(IValueCreator<?> alwaysValue) | 
 Sets (replaces) the value made available by the node regardless of whether it was executed successfully (or threw
 an exception). 
 | 
default INodeThrewExceptionBuilder | 
INodeThrewExceptionBuilder.always(Object alwaysValue) | 
 Sets (replaces) the value made available by the node regardless of whether it was executed successfully (or threw
 an exception). 
 | 
INodeThrewExceptionBuilder | 
INodeThrewExceptionBuilder.cause(Throwable cause) | 
 Sets (replaces) the cause responsible for the node to throw. 
 | 
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) | 
 Sets (replaces) the files made available by the plugin when it was executed successfully. 
 | 
default INodeThrewExceptionBuilder | 
INodeThrewExceptionBuilder.file(File... files) | 
 Sets (replaces) the files made available by the plugin when it was executed successfully. 
 | 
default INodeThrewExceptionBuilder | 
INodeThrewExceptionBuilder.file(Iterable<File> files) | 
 Sets (replaces) the files made available by the plugin when it was executed successfully. 
 | 
INodeThrewExceptionBuilder | 
INodeThrewExceptionBuilder.message(String message) | 
 Sets (replaces) the error message with a short description of the error that occurred. 
 | 
INodeThrewExceptionBuilder | 
INodeExecutionParams.throwingException() | 
 When the node was executed, but an exception did occur, use this method to create a throwing exception and throw
 it. 
 |