Package io.nflow.engine.exception
Class DispatcherExceptionAnalyzer
java.lang.Object
io.nflow.engine.exception.DispatcherExceptionAnalyzer
Dispatcher exception analyzer analyzes exceptions thrown by the workflow dispatcher and determines how the exception is
handled.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DispatcherExceptionHandlingOverride this to provide custom handling.Analyze the exception.
-
Constructor Details
-
DispatcherExceptionAnalyzer
public DispatcherExceptionAnalyzer()
-
-
Method Details
-
analyzeSafely
Analyze the exception.- Parameters:
e- The exception to be analyzed.- Returns:
- How the exception should be handled.
-
analyze
Override this to provide custom handling.- Parameters:
e- The exception to be analyzed.- Returns:
- How the exception should be handled.
-