Uses of Package
io.nflow.engine.exception
-
Packages that use io.nflow.engine.exception Package Description io.nflow.engine.exception io.nflow.engine.internal.executor io.nflow.engine.workflow.definition Classes and interfaces for describing and implementing workflow definitions. -
Classes in io.nflow.engine.exception used by io.nflow.engine.exception Class Description DispatcherExceptionHandling Controls how an exception should be handled by the dispatcher.DispatcherExceptionHandling.Builder Builder for exception handling settings.ExceptionHandling Controls how an exception should be handled.ExceptionHandling.Builder Builder for exception handling settings.StateProcessExceptionHandling Controls how an exception thrown by a state method should be handled by the workflow state processor.StateProcessExceptionHandling.Builder Builder for exception handling settings.StateSaveExceptionHandling Controls how an exception thrown while trying to save the workflow instance state should be handled.StateSaveExceptionHandling.Builder Builder for exception handling settings. -
Classes in io.nflow.engine.exception used by io.nflow.engine.internal.executor Class Description DispatcherExceptionAnalyzer Dispatcher exception analyzer analyzes exceptions thrown by the workflow dispatcher and determines how the exception is handled.StateSaveExceptionAnalyzer State save exception analyzer analyzes exceptions thrown while trying to save workflow state and determines how the exception is handled. -
Classes in io.nflow.engine.exception used by io.nflow.engine.workflow.definition Class Description StateProcessExceptionHandling Controls how an exception thrown by a state method should be handled by the workflow state processor.