Package io.nflow.engine.exception
Class ExceptionHandling
- java.lang.Object
-
- io.nflow.engine.exception.ExceptionHandling
-
- Direct Known Subclasses:
DispatcherExceptionHandling,StateProcessExceptionHandling,StateSaveExceptionHandling
public class ExceptionHandling extends Object
Controls how an exception should be handled.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptionHandling.Builder<T extends ExceptionHandling.Builder<T>>Builder for exception handling settings.
-
Field Summary
Fields Modifier and Type Field Description org.slf4j.event.LevellogLevelThe log entry level for logging the exception.booleanlogStackTraceTrue when the exception stack trace should be logged.
-