Package io.nflow.engine.exception
Class ExceptionHandling
java.lang.Object
io.nflow.engine.exception.ExceptionHandling
- Direct Known Subclasses:
DispatcherExceptionHandling,StateProcessExceptionHandling,StateSaveExceptionHandling
Controls how an exception should be handled.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classExceptionHandling.Builder<T extends ExceptionHandling.Builder<T>>Builder for exception handling settings. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.slf4j.event.LevelThe log entry level for logging the exception.final booleanTrue when the exception stack trace should be logged. -
Method Summary
-
Field Details
-
logLevel
public final org.slf4j.event.Level logLevelThe log entry level for logging the exception. -
logStackTrace
public final boolean logStackTraceTrue when the exception stack trace should be logged.
-