Uses of Class
io.nflow.engine.exception.ExceptionHandling
-
Packages that use ExceptionHandling Package Description io.nflow.engine.exception -
-
Uses of ExceptionHandling in io.nflow.engine.exception
Subclasses of ExceptionHandling in io.nflow.engine.exception Modifier and Type Class Description classDispatcherExceptionHandlingControls how an exception should be handled by the dispatcher.classStateProcessExceptionHandlingControls how an exception thrown by a state method should be handled by the workflow state processor.classStateSaveExceptionHandlingControls how an exception thrown while trying to save the workflow instance state should be handled.Methods in io.nflow.engine.exception that return ExceptionHandling Modifier and Type Method Description ExceptionHandlingExceptionHandling.Builder. build()Create the exception handling object.
-